Html Css Color HEX #CC1427 Fire Engine Red

📋 copy color: '#CC1427'

red 204 ◦ green 20 ◦ blue 39

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

Shades of Fire Engine Red #CC1427

Tints of Fire Engine Red #CC1427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.6%

 BLUE value IS 39 (15.63% from 255) = 14.83%

R = 77.57%
G = 7.6%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC1427 (or 0xCC1427) is known color: Fire Engine Red. HEX triplet: CC, 14 and 27. RGB value is (204,20,39). Sum of RGB (Red+Green+Blue) = 204+20+39=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1427 is #33EBD8. Grayscale: #4D4D4D. Windows color (decimal): -3402713 or 2561228. OLE color: 2561228.

HSL color Cylindrical-coordinate representation of color #CC1427: hue angle of 353.8º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1427 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 39 -
CMYK 0 0.90 0.81 0.2
HSL 353.8º 0.82% 0.44% -
HSV(B) 353.8º 0.9% 0.8% -
XYZ 25.52 13.48 3.18 -
YUV 77.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 204 20 39 0 0.90 0.81 0.2 353.8 0.82 0.44
Hex CC 14 27 0 5A 51 14 162 52 2C
Octal 314 24 47 0 132 121 24 542 122 54
Binary 11001100 10100 100111 0 1011010 1010001 10100 101100010 1010010 101100

Color Harmonies of #CC1427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1427

Black with #CC1427

Text Example


Text Example

White with #CC1427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1427; }

 p { color: rgb(204,20,39); }

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

background-color css

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

 a { background-color: rgb(204,20,39); }

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

border-color css

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

 span { border-color: rgb(204,20,39); }

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