Html Css Color HEX #CC1F1C Fire Brick

📋 copy color: '#CC1F1C'

red 204 ◦ green 31 ◦ blue 28

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

Shades of Fire Brick #CC1F1C

Tints of Fire Brick #CC1F1C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.79%

 BLUE value IS 28 (11.33% from 255) = 10.65%

R = 77.57%
G = 11.79%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC1F1C (or 0xCC1F1C) is known color: Fire Brick. HEX triplet: CC, 1F and 1C. RGB value is (204,31,28). Sum of RGB (Red+Green+Blue) = 204+31+28=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1F1C is #33E0E3. Grayscale: #525252. Windows color (decimal): -3399908 or 1843148. OLE color: 1843148.

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

Color convert

RGB 204 31 28 -
CMYK 0 0.85 0.86 0.2
HSL 1.02º 0.76% 0.45% -
HSV(B) 1.02º 0.86% 0.8% -
XYZ 25.6 13.9 2.43 -
YUV 82.39 97.31 214.74 -
System Red Green Blue C M Y K H S L
Decimal 204 31 28 0 0.85 0.86 0.2 1.02 0.76 0.45
Hex CC 1F 1C 0 55 56 14 1 4C 2D
Octal 314 37 34 0 125 126 24 1 114 55
Binary 11001100 11111 11100 0 1010101 1010110 10100 1 1001100 101101

Color Harmonies of #CC1F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1F1C

Black with #CC1F1C

Text Example


Text Example

White with #CC1F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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