Html Css Color HEX #CC1A25 Fire Engine Red

📋 copy color: '#CC1A25'

red 204 ◦ green 26 ◦ blue 37

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

Shades of Fire Engine Red #CC1A25

Tints of Fire Engine Red #CC1A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

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

R = 76.4%
G = 9.74%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC1A25 (or 0xCC1A25) is known color: Fire Engine Red. HEX triplet: CC, 1A and 25. RGB value is (204,26,37). Sum of RGB (Red+Green+Blue) = 204+26+37=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1A25 is #33E5DA. Grayscale: #505050. Windows color (decimal): -3401179 or 2431692. OLE color: 2431692.

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

Color convert

RGB 204 26 37 -
CMYK 0 0.87 0.82 0.2
HSL 356.29º 0.77% 0.45% -
HSV(B) 356.29º 0.87% 0.8% -
XYZ 25.61 13.71 3.05 -
YUV 80.48 103.47 216.11 -
System Red Green Blue C M Y K H S L
Decimal 204 26 37 0 0.87 0.82 0.2 356.29 0.77 0.45
Hex CC 1A 25 0 57 52 14 164 4D 2D
Octal 314 32 45 0 127 122 24 544 115 55
Binary 11001100 11010 100101 0 1010111 1010010 10100 101100100 1001101 101101

Color Harmonies of #CC1A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A25

Black with #CC1A25

Text Example


Text Example

White with #CC1A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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