Html Css Color HEX #CC1B1E Fire Engine Red

📋 copy color: '#CC1B1E'

red 204 ◦ green 27 ◦ blue 30

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

Shades of Fire Engine Red #CC1B1E

Tints of Fire Engine Red #CC1B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.49%

R = 78.16%
G = 10.34%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC1B1E (or 0xCC1B1E) is known color: Fire Engine Red. HEX triplet: CC, 1B and 1E. RGB value is (204,27,30). Sum of RGB (Red+Green+Blue) = 204+27+30=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1B1E is #33E4E1. Grayscale: #505050. Windows color (decimal): -3400930 or 1973196. OLE color: 1973196.

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

Color convert

RGB 204 27 30 -
CMYK 0 0.87 0.85 0.2
HSL 358.98º 0.77% 0.45% -
HSV(B) 358.98º 0.87% 0.8% -
XYZ 25.53 13.71 2.53 -
YUV 80.27 99.64 216.26 -
System Red Green Blue C M Y K H S L
Decimal 204 27 30 0 0.87 0.85 0.2 358.98 0.77 0.45
Hex CC 1B 1E 0 57 55 14 167 4D 2D
Octal 314 33 36 0 127 125 24 547 115 55
Binary 11001100 11011 11110 0 1010111 1010101 10100 101100111 1001101 101101

Color Harmonies of #CC1B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1B1E

Black with #CC1B1E

Text Example


Text Example

White with #CC1B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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