Html Css Color HEX #CC1B18 Fire Brick

📋 copy color: '#CC1B18'

red 204 ◦ green 27 ◦ blue 24

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

Shades of Fire Brick #CC1B18

Tints of Fire Brick #CC1B18

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.59%

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

R = 80%
G = 10.59%
B = 9.41%

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

#CC1B18 (or 0xCC1B18) is known color: Fire Brick. HEX triplet: CC, 1B and 18. RGB value is (204,27,24). Sum of RGB (Red+Green+Blue) = 204+27+24=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1B18 is #33E4E7. Grayscale: #4F4F4F. Windows color (decimal): -3400936 or 1579980. OLE color: 1579980.

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

Color convert

RGB 204 27 24 -
CMYK 0 0.87 0.88 0.2
HSL 0.79% 0.45% -
HSV(B) 0.88% 0.8% -
XYZ 25.46 13.69 2.16 -
YUV 79.58 96.64 216.74 -
System Red Green Blue C M Y K H S L
Decimal 204 27 24 0 0.87 0.88 0.2 1 0.79 0.45
Hex CC 1B 18 0 57 58 14 1 4F 2D
Octal 314 33 30 0 127 130 24 1 117 55
Binary 11001100 11011 11000 0 1010111 1011000 10100 1 1001111 101101

Color Harmonies of #CC1B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1B18

Black with #CC1B18

Text Example


Text Example

White with #CC1B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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