Html Css Color HEX #CC1A1E Fire Engine Red

📋 copy color: '#CC1A1E'

red 204 ◦ green 26 ◦ blue 30

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

Shades of Fire Engine Red #CC1A1E

Tints of Fire Engine Red #CC1A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10%

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

R = 78.46%
G = 10%
B = 11.54%

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

#CC1A1E (or 0xCC1A1E) is known color: Fire Engine Red. HEX triplet: CC, 1A and 1E. RGB value is (204,26,30). Sum of RGB (Red+Green+Blue) = 204+26+30=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1A1E is #33E5E1. Grayscale: #4F4F4F. Windows color (decimal): -3401186 or 1972940. OLE color: 1972940.

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

Color convert

RGB 204 26 30 -
CMYK 0 0.87 0.85 0.2
HSL 358.65º 0.77% 0.45% -
HSV(B) 358.65º 0.87% 0.8% -
XYZ 25.51 13.67 2.52 -
YUV 79.68 99.97 216.67 -
System Red Green Blue C M Y K H S L
Decimal 204 26 30 0 0.87 0.85 0.2 358.65 0.77 0.45
Hex CC 1A 1E 0 57 55 14 167 4D 2D
Octal 314 32 36 0 127 125 24 547 115 55
Binary 11001100 11010 11110 0 1010111 1010101 10100 101100111 1001101 101101

Color Harmonies of #CC1A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A1E

Black with #CC1A1E

Text Example


Text Example

White with #CC1A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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