Html Css Color HEX #CC1423 Fire Engine Red

📋 copy color: '#CC1423'

red 204 ◦ green 20 ◦ blue 35

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

Shades of Fire Engine Red #CC1423

Tints of Fire Engine Red #CC1423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.51%

R = 78.76%
G = 7.72%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC1423 (or 0xCC1423) is known color: Fire Engine Red. HEX triplet: CC, 14 and 23. RGB value is (204,20,35). Sum of RGB (Red+Green+Blue) = 204+20+35=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1423 is #33EBDC. Grayscale: #4C4C4C. Windows color (decimal): -3402717 or 2299084. OLE color: 2299084.

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

Color convert

RGB 204 20 35 -
CMYK 0 0.90 0.83 0.2
HSL 355.11º 0.82% 0.44% -
HSV(B) 355.11º 0.9% 0.8% -
XYZ 25.46 13.46 2.85 -
YUV 76.73 104.46 218.78 -
System Red Green Blue C M Y K H S L
Decimal 204 20 35 0 0.90 0.83 0.2 355.11 0.82 0.44
Hex CC 14 23 0 5A 53 14 163 52 2C
Octal 314 24 43 0 132 123 24 543 122 54
Binary 11001100 10100 100011 0 1011010 1010011 10100 101100011 1010010 101100

Color Harmonies of #CC1423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1423

Black with #CC1423

Text Example


Text Example

White with #CC1423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1423; }

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

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

background-color css

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

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

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

border-color css

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

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

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