Html Css Color HEX #CC2526 Fire Engine Red

📋 copy color: '#CC2526'

red 204 ◦ green 37 ◦ blue 38

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

Shades of Fire Engine Red #CC2526

Tints of Fire Engine Red #CC2526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.26%

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

R = 73.12%
G = 13.26%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC2526 (or 0xCC2526) is known color: Fire Engine Red. HEX triplet: CC, 25 and 26. RGB value is (204,37,38). Sum of RGB (Red+Green+Blue) = 204+37+38=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2526 is #33DAD9. Grayscale: #575757. Windows color (decimal): -3398362 or 2500044. OLE color: 2500044.

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

Color convert

RGB 204 37 38 -
CMYK 0 0.82 0.81 0.2
HSL 359.64º 0.69% 0.47% -
HSV(B) 359.64º 0.82% 0.8% -
XYZ 25.91 14.3 3.23 -
YUV 87.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 204 37 38 0 0.82 0.81 0.2 359.64 0.69 0.47
Hex CC 25 26 0 52 51 14 168 45 2F
Octal 314 45 46 0 122 121 24 550 105 57
Binary 11001100 100101 100110 0 1010010 1010001 10100 101101000 1000101 101111

Color Harmonies of #CC2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2526

Black with #CC2526

Text Example


Text Example

White with #CC2526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2526; }

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

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

background-color css

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

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

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

border-color css

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

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

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