Html Css Color HEX #CC1626 Fire Engine Red

📋 copy color: '#CC1626'

red 204 ◦ green 22 ◦ blue 38

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

Shades of Fire Engine Red #CC1626

Tints of Fire Engine Red #CC1626

RGB

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

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

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

R = 77.27%
G = 8.33%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC1626 (or 0xCC1626) is known color: Fire Engine Red. HEX triplet: CC, 16 and 26. RGB value is (204,22,38). Sum of RGB (Red+Green+Blue) = 204+22+38=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1626 is #33E9D9. Grayscale: #4E4E4E. Windows color (decimal): -3402202 or 2496204. OLE color: 2496204.

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

Color convert

RGB 204 22 38 -
CMYK 0 0.89 0.81 0.2
HSL 354.73º 0.81% 0.44% -
HSV(B) 354.73º 0.89% 0.8% -
XYZ 25.54 13.55 3.1 -
YUV 78.24 105.3 217.7 -
System Red Green Blue C M Y K H S L
Decimal 204 22 38 0 0.89 0.81 0.2 354.73 0.81 0.44
Hex CC 16 26 0 59 51 14 163 51 2C
Octal 314 26 46 0 131 121 24 543 121 54
Binary 11001100 10110 100110 0 1011001 1010001 10100 101100011 1010001 101100

Color Harmonies of #CC1626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1626

Black with #CC1626

Text Example


Text Example

White with #CC1626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1626; }

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

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

background-color css

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

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

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

border-color css

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

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

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