Html Css Color HEX #CC1C19 Fire Brick

📋 copy color: '#CC1C19'

red 204 ◦ green 28 ◦ blue 25

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

Shades of Fire Brick #CC1C19

Tints of Fire Brick #CC1C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.89%

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

R = 79.38%
G = 10.89%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC1C19 (or 0xCC1C19) is known color: Fire Brick. HEX triplet: CC, 1C and 19. RGB value is (204,28,25). Sum of RGB (Red+Green+Blue) = 204+28+25=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1C19 is #33E3E6. Grayscale: #505050. Windows color (decimal): -3400679 or 1645772. OLE color: 1645772.

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

Color convert

RGB 204 28 25 -
CMYK 0 0.86 0.88 0.2
HSL 1.01º 0.78% 0.45% -
HSV(B) 1.01º 0.88% 0.8% -
XYZ 25.49 13.74 2.23 -
YUV 80.28 96.81 216.24 -
System Red Green Blue C M Y K H S L
Decimal 204 28 25 0 0.86 0.88 0.2 1.01 0.78 0.45
Hex CC 1C 19 0 56 58 14 1 4E 2D
Octal 314 34 31 0 126 130 24 1 116 55
Binary 11001100 11100 11001 0 1010110 1011000 10100 1 1001110 101101

Color Harmonies of #CC1C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1C19

Black with #CC1C19

Text Example


Text Example

White with #CC1C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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