Html Css Color HEX #CC1023 Fire Engine Red

📋 copy color: '#CC1023'

red 204 ◦ green 16 ◦ blue 35

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

Shades of Fire Engine Red #CC1023

Tints of Fire Engine Red #CC1023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.27%

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

R = 80%
G = 6.27%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC1023 (or 0xCC1023) is known color: Fire Engine Red. HEX triplet: CC, 10 and 23. RGB value is (204,16,35). Sum of RGB (Red+Green+Blue) = 204+16+35=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1023 is #33EFDC. Grayscale: #4A4A4A. Windows color (decimal): -3403741 or 2298060. OLE color: 2298060.

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

Color convert

RGB 204 16 35 -
CMYK 0 0.92 0.83 0.2
HSL 353.94º 0.85% 0.43% -
HSV(B) 353.94º 0.92% 0.8% -
XYZ 25.39 13.33 2.82 -
YUV 74.38 105.78 220.46 -
System Red Green Blue C M Y K H S L
Decimal 204 16 35 0 0.92 0.83 0.2 353.94 0.85 0.43
Hex CC 10 23 0 5C 53 14 162 55 2B
Octal 314 20 43 0 134 123 24 542 125 53
Binary 11001100 10000 100011 0 1011100 1010011 10100 101100010 1010101 101011

Color Harmonies of #CC1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1023

Black with #CC1023

Text Example


Text Example

White with #CC1023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1023; }

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

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

background-color css

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

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

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

border-color css

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

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

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