Html Css Color HEX #CC2026 Fire Engine Red

📋 copy color: '#CC2026'

red 204 ◦ green 32 ◦ blue 38

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

Shades of Fire Engine Red #CC2026

Tints of Fire Engine Red #CC2026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.68%

 BLUE value IS 38 (15.23% from 255) = 13.87%

R = 74.45%
G = 11.68%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC2026 (or 0xCC2026) is known color: Fire Engine Red. HEX triplet: CC, 20 and 26. RGB value is (204,32,38). Sum of RGB (Red+Green+Blue) = 204+32+38=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2026 is #33DFD9. Grayscale: #545454. Windows color (decimal): -3399642 or 2498764. OLE color: 2498764.

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

Color convert

RGB 204 32 38 -
CMYK 0 0.84 0.81 0.2
HSL 357.91º 0.73% 0.46% -
HSV(B) 357.91º 0.84% 0.8% -
XYZ 25.77 14.01 3.18 -
YUV 84.11 101.98 213.51 -
System Red Green Blue C M Y K H S L
Decimal 204 32 38 0 0.84 0.81 0.2 357.91 0.73 0.46
Hex CC 20 26 0 54 51 14 166 49 2E
Octal 314 40 46 0 124 121 24 546 111 56
Binary 11001100 100000 100110 0 1010100 1010001 10100 101100110 1001001 101110

Color Harmonies of #CC2026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2026

Black with #CC2026

Text Example


Text Example

White with #CC2026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2026; }

 p { color: rgb(204,32,38); }

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

background-color css

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

 a { background-color: rgb(204,32,38); }

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

border-color css

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

 span { border-color: rgb(204,32,38); }

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