Html Css Color HEX #CC1628 Fire Engine Red

📋 copy color: '#CC1628'

red 204 ◦ green 22 ◦ blue 40

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

Shades of Fire Engine Red #CC1628

Tints of Fire Engine Red #CC1628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 76.69%
G = 8.27%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC1628 (or 0xCC1628) is known color: Fire Engine Red. HEX triplet: CC, 16 and 28. RGB value is (204,22,40). Sum of RGB (Red+Green+Blue) = 204+22+40=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1628 is #33E9D7. Grayscale: #4E4E4E. Windows color (decimal): -3402200 or 2627276. OLE color: 2627276.

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

Color convert

RGB 204 22 40 -
CMYK 0 0.89 0.80 0.2
HSL 354.07º 0.81% 0.44% -
HSV(B) 354.07º 0.89% 0.8% -
XYZ 25.57 13.56 3.28 -
YUV 78.47 106.3 217.54 -
System Red Green Blue C M Y K H S L
Decimal 204 22 40 0 0.89 0.80 0.2 354.07 0.81 0.44
Hex CC 16 28 0 59 50 14 162 51 2C
Octal 314 26 50 0 131 120 24 542 121 54
Binary 11001100 10110 101000 0 1011001 1010000 10100 101100010 1010001 101100

Color Harmonies of #CC1628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1628

Black with #CC1628

Text Example


Text Example

White with #CC1628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1628; }

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

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

background-color css

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

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

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

border-color css

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

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

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