Html Css Color HEX #CC1E1C Fire Brick

📋 copy color: '#CC1E1C'

red 204 ◦ green 30 ◦ blue 28

#CC1E1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #CC1E1C

Tints of Fire Brick #CC1E1C

RGB

 RED value IS 204 (80.08% from 255) = 77.86%

 GREEN value IS 30 (12.11% from 255) = 11.45%

 BLUE value IS 28 (11.33% from 255) = 10.69%

R = 77.86%
G = 11.45%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC1E1C (or 0xCC1E1C) is known color: Fire Brick. HEX triplet: CC, 1E and 1C. RGB value is (204,30,28). Sum of RGB (Red+Green+Blue) = 204+30+28=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1E1C is #33E1E3. Grayscale: #515151. Windows color (decimal): -3400164 or 1842892. OLE color: 1842892.

HSL color Cylindrical-coordinate representation of color #CC1E1C: hue angle of 0.68º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1E1C is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 30 28 -
CMYK 0 0.85 0.86 0.2
HSL 0.68º 0.76% 0.45% -
HSV(B) 0.68º 0.86% 0.8% -
XYZ 25.58 13.85 2.42 -
YUV 81.8 97.65 215.16 -
System Red Green Blue C M Y K H S L
Decimal 204 30 28 0 0.85 0.86 0.2 0.68 0.76 0.45
Hex CC 1E 1C 0 55 56 14 1 4C 2D
Octal 314 36 34 0 125 126 24 1 114 55
Binary 11001100 11110 11100 0 1010101 1010110 10100 1 1001100 101101

Color Harmonies of #CC1E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1E1C

Black with #CC1E1C

Text Example


Text Example

White with #CC1E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1E1C; }

 p { color: rgb(204,30,28); }

 H1.HeaderClassName
 {
   color: #CC1E1C;
 }
 .AnyTagClassName
 {
   color: #CC1E1C;
 }
</style>

background-color css

<style>
 a { background-color: #CC1E1C; }

 a { background-color: rgb(204,30,28); }

 div.DivClassName
 {
   background-color: #CC1E1C;
 }
 .BgClassName
 {
   background-color: #CC1E1C;
 }
</style>

border-color css

<style>
 span { border-color: #CC1E1C; }

 span { border-color: rgb(204,30,28); }

 td.TdClassName
 {
   border-color: #CC1E1C;
 }
 .TagClassName
 {
   border-color: #CC1E1C;
 }
</style>