Html Css Color HEX #CC1919 Fire Brick

📋 copy color: '#CC1919'

red 204 ◦ green 25 ◦ blue 25

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

Shades of Fire Brick #CC1919

Tints of Fire Brick #CC1919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.84%

R = 80.31%
G = 9.84%
B = 9.84%

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

#CC1919 (or 0xCC1919) is known color: Fire Brick. HEX triplet: CC, 19 and 19. RGB value is (204,25,25). Sum of RGB (Red+Green+Blue) = 204+25+25=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1919 is #33E6E6. Grayscale: #4E4E4E. Windows color (decimal): -3401447 or 1645004. OLE color: 1645004.

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

Color convert

RGB 204 25 25 -
CMYK 0 0.88 0.88 0.2
HSL 0.78% 0.45% -
HSV(B) 0.88% 0.8% -
XYZ 25.42 13.6 2.21 -
YUV 78.52 97.8 217.5 -
System Red Green Blue C M Y K H S L
Decimal 204 25 25 0 0.88 0.88 0.2 0 0.78 0.45
Hex CC 19 19 0 58 58 14 0 4E 2D
Octal 314 31 31 0 130 130 24 0 116 55
Binary 11001100 11001 11001 0 1011000 1011000 10100 0 1001110 101101

Color Harmonies of #CC1919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1919

Black with #CC1919

Text Example


Text Example

White with #CC1919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1919; }

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

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

background-color css

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

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

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

border-color css

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

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

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