Html Css Color HEX #CC1614 Fire Brick

📋 copy color: '#CC1614'

red 204 ◦ green 22 ◦ blue 20

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

Shades of Fire Brick #CC1614

Tints of Fire Brick #CC1614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.94%

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 82.93%
G = 8.94%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC1614 (or 0xCC1614) is known color: Fire Brick. HEX triplet: CC, 16 and 14. RGB value is (204,22,20). Sum of RGB (Red+Green+Blue) = 204+22+20=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1614 is #33E9EB. Grayscale: #4C4C4C. Windows color (decimal): -3402220 or 1316556. OLE color: 1316556.

HSL color Cylindrical-coordinate representation of color #CC1614: hue angle of 0.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1614 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 20 -
CMYK 0 0.89 0.90 0.2
HSL 0.65º 0.82% 0.44% -
HSV(B) 0.65º 0.9% 0.8% -
XYZ 25.32 13.46 1.93 -
YUV 76.19 96.3 219.16 -
System Red Green Blue C M Y K H S L
Decimal 204 22 20 0 0.89 0.90 0.2 0.65 0.82 0.44
Hex CC 16 14 0 59 5A 14 1 52 2C
Octal 314 26 24 0 131 132 24 1 122 54
Binary 11001100 10110 10100 0 1011001 1011010 10100 1 1010010 101100

Color Harmonies of #CC1614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1614

Black with #CC1614

Text Example


Text Example

White with #CC1614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1614; }

 p { color: rgb(204,22,20); }

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

background-color css

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

 a { background-color: rgb(204,22,20); }

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

border-color css

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

 span { border-color: rgb(204,22,20); }

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