Html Css Color HEX #CC1925 Fire Engine Red

📋 copy color: '#CC1925'

red 204 ◦ green 25 ◦ blue 37

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

Shades of Fire Engine Red #CC1925

Tints of Fire Engine Red #CC1925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.4%

 BLUE value IS 37 (14.84% from 255) = 13.91%

R = 76.69%
G = 9.4%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC1925 (or 0xCC1925) is known color: Fire Engine Red. HEX triplet: CC, 19 and 25. RGB value is (204,25,37). Sum of RGB (Red+Green+Blue) = 204+25+37=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1925 is #33E6DA. Grayscale: #505050. Windows color (decimal): -3401435 or 2431436. OLE color: 2431436.

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

Color convert

RGB 204 25 37 -
CMYK 0 0.88 0.82 0.2
HSL 355.98º 0.78% 0.45% -
HSV(B) 355.98º 0.88% 0.8% -
XYZ 25.58 13.67 3.04 -
YUV 79.89 103.8 216.52 -
System Red Green Blue C M Y K H S L
Decimal 204 25 37 0 0.88 0.82 0.2 355.98 0.78 0.45
Hex CC 19 25 0 58 52 14 164 4E 2D
Octal 314 31 45 0 130 122 24 544 116 55
Binary 11001100 11001 100101 0 1011000 1010010 10100 101100100 1001110 101101

Color Harmonies of #CC1925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1925

Black with #CC1925

Text Example


Text Example

White with #CC1925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1925; }

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

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

background-color css

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

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

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

border-color css

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

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

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