Html Css Color HEX #CC1818 Fire Brick

📋 copy color: '#CC1818'

red 204 ◦ green 24 ◦ blue 24

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

Shades of Fire Brick #CC1818

Tints of Fire Brick #CC1818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

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

R = 80.95%
G = 9.52%
B = 9.52%

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

#CC1818 (or 0xCC1818) is known color: Fire Brick. HEX triplet: CC, 18 and 18. RGB value is (204,24,24). Sum of RGB (Red+Green+Blue) = 204+24+24=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1818 is #33E7E7. Grayscale: #4E4E4E. Windows color (decimal): -3401704 or 1579212. OLE color: 1579212.

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

Color convert

RGB 204 24 24 -
CMYK 0 0.88 0.88 0.2
HSL 0.79% 0.45% -
HSV(B) 0.88% 0.8% -
XYZ 25.39 13.56 2.14 -
YUV 77.82 97.63 218 -
System Red Green Blue C M Y K H S L
Decimal 204 24 24 0 0.88 0.88 0.2 0 0.79 0.45
Hex CC 18 18 0 58 58 14 0 4F 2D
Octal 314 30 30 0 130 130 24 0 117 55
Binary 11001100 11000 11000 0 1011000 1011000 10100 0 1001111 101101

Color Harmonies of #CC1818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1818

Black with #CC1818

Text Example


Text Example

White with #CC1818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1818; }

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

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

background-color css

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

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

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

border-color css

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

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

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