Html Css Color HEX #CC1918 Fire Brick

📋 copy color: '#CC1918'

red 204 ◦ green 25 ◦ blue 24

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

Shades of Fire Brick #CC1918

Tints of Fire Brick #CC1918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.88%

 BLUE value IS 24 (9.77% from 255) = 9.49%

R = 80.63%
G = 9.88%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC1918 (or 0xCC1918) is known color: Fire Brick. HEX triplet: CC, 19 and 18. RGB value is (204,25,24). Sum of RGB (Red+Green+Blue) = 204+25+24=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1918 is #33E6E7. Grayscale: #4E4E4E. Windows color (decimal): -3401448 or 1579468. OLE color: 1579468.

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

Color convert

RGB 204 25 24 -
CMYK 0 0.88 0.88 0.2
HSL 0.33º 0.79% 0.45% -
HSV(B) 0.33º 0.88% 0.8% -
XYZ 25.41 13.6 2.15 -
YUV 78.41 97.3 217.58 -
System Red Green Blue C M Y K H S L
Decimal 204 25 24 0 0.88 0.88 0.2 0.33 0.79 0.45
Hex CC 19 18 0 58 58 14 0 4F 2D
Octal 314 31 30 0 130 130 24 0 117 55
Binary 11001100 11001 11000 0 1011000 1011000 10100 0 1001111 101101

Color Harmonies of #CC1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1918

Black with #CC1918

Text Example


Text Example

White with #CC1918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1918; }

 p { color: rgb(204,25,24); }

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

background-color css

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

 a { background-color: rgb(204,25,24); }

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

border-color css

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

 span { border-color: rgb(204,25,24); }

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