Html Css Color HEX #CC1A1F Fire Engine Red

📋 copy color: '#CC1A1F'

red 204 ◦ green 26 ◦ blue 31

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

Shades of Fire Engine Red #CC1A1F

Tints of Fire Engine Red #CC1A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.88%

R = 78.16%
G = 9.96%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC1A1F (or 0xCC1A1F) is known color: Fire Engine Red. HEX triplet: CC, 1A and 1F. RGB value is (204,26,31). Sum of RGB (Red+Green+Blue) = 204+26+31=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1A1F is #33E5E0. Grayscale: #4F4F4F. Windows color (decimal): -3401185 or 2038476. OLE color: 2038476.

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

Color convert

RGB 204 26 31 -
CMYK 0 0.87 0.85 0.2
HSL 358.31º 0.77% 0.45% -
HSV(B) 358.31º 0.87% 0.8% -
XYZ 25.52 13.68 2.59 -
YUV 79.79 100.47 216.59 -
System Red Green Blue C M Y K H S L
Decimal 204 26 31 0 0.87 0.85 0.2 358.31 0.77 0.45
Hex CC 1A 1F 0 57 55 14 166 4D 2D
Octal 314 32 37 0 127 125 24 546 115 55
Binary 11001100 11010 11111 0 1010111 1010101 10100 101100110 1001101 101101

Color Harmonies of #CC1A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A1F

Black with #CC1A1F

Text Example


Text Example

White with #CC1A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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