Html Css Color HEX #CC1622 Fire Engine Red

📋 copy color: '#CC1622'

red 204 ◦ green 22 ◦ blue 34

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

Shades of Fire Engine Red #CC1622

Tints of Fire Engine Red #CC1622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

 BLUE value IS 34 (13.67% from 255) = 13.08%

R = 78.46%
G = 8.46%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC1622 (or 0xCC1622) is known color: Fire Engine Red. HEX triplet: CC, 16 and 22. RGB value is (204,22,34). Sum of RGB (Red+Green+Blue) = 204+22+34=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1622 is #33E9DD. Grayscale: #4D4D4D. Windows color (decimal): -3402206 or 2234060. OLE color: 2234060.

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

Color convert

RGB 204 22 34 -
CMYK 0 0.89 0.83 0.2
HSL 356.04º 0.81% 0.44% -
HSV(B) 356.04º 0.89% 0.8% -
XYZ 25.48 13.53 2.78 -
YUV 77.79 103.3 218.02 -
System Red Green Blue C M Y K H S L
Decimal 204 22 34 0 0.89 0.83 0.2 356.04 0.81 0.44
Hex CC 16 22 0 59 53 14 164 51 2C
Octal 314 26 42 0 131 123 24 544 121 54
Binary 11001100 10110 100010 0 1011001 1010011 10100 101100100 1010001 101100

Color Harmonies of #CC1622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1622

Black with #CC1622

Text Example


Text Example

White with #CC1622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1622; }

 p { color: rgb(204,22,34); }

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

background-color css

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

 a { background-color: rgb(204,22,34); }

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

border-color css

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

 span { border-color: rgb(204,22,34); }

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