#CC1123

Color #CC1123 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CC1123

Tints of Fire Engine Red #CC1123

Color information

#CC1123 (or 0xCC1123) is unknown color: approx Fire Engine Red. HEX triplet: CC, 11 and 23. RGB value is (204,17,35). Sum of RGB (Red+Green+Blue) = 204+17+35=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1123 is #33EEDC. Grayscale: #4B4B4B. Windows color (decimal): -3403485 or 2298316. OLE color: 2298316.

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

Color convert

RGB2041735-
CMYK00.920.830.2
HSL354.22º84.62%43.33%-
HSV(B)354.22º91.67%80%-
XYZ25.4113.362.83-
YUV74.96105.45220.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 79.69%
GREEN value IS 17 (7.03% from 255) = 6.64%
BLUE value IS 35 (14.06% from 255) = 13.67%
R=79.69%
G=6.64%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204173500.920.830.2354.2284.6243.33
HexCC112305C5314162552b
Octal314214301341232454212553
Binary1100110010001100011010111001010011101001011000101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1123; }

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

 H1.HeaderClassName
 {
   color: #CC1123;
 }
 .AnyTagClassName
 {
   color: #CC1123;
 }
</style>
background-color css

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

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

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

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

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

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