Html Css Color HEX #CC1A18 Fire Brick

📋 copy color: '#CC1A18'

red 204 ◦ green 26 ◦ blue 24

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

Shades of Fire Brick #CC1A18

Tints of Fire Brick #CC1A18

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.24%

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

R = 80.31%
G = 10.24%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC1A18 (or 0xCC1A18) is known color: Fire Brick. HEX triplet: CC, 1A and 18. RGB value is (204,26,24). Sum of RGB (Red+Green+Blue) = 204+26+24=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1A18 is #33E5E7. Grayscale: #4F4F4F. Windows color (decimal): -3401192 or 1579724. OLE color: 1579724.

HSL color Cylindrical-coordinate representation of color #CC1A18: hue angle of 0.67º 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 #CC1A18 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 26 24 -
CMYK 0 0.87 0.88 0.2
HSL 0.67º 0.79% 0.45% -
HSV(B) 0.67º 0.88% 0.8% -
XYZ 25.44 13.64 2.16 -
YUV 78.99 96.97 217.16 -
System Red Green Blue C M Y K H S L
Decimal 204 26 24 0 0.87 0.88 0.2 0.67 0.79 0.45
Hex CC 1A 18 0 57 58 14 1 4F 2D
Octal 314 32 30 0 127 130 24 1 117 55
Binary 11001100 11010 11000 0 1010111 1011000 10100 1 1001111 101101

Color Harmonies of #CC1A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A18

Black with #CC1A18

Text Example


Text Example

White with #CC1A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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