Html Css Color HEX #C91E2A Fire Engine Red

📋 copy color: '#C91E2A'

red 201 ◦ green 30 ◦ blue 42

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

Shades of Fire Engine Red #C91E2A

Tints of Fire Engine Red #C91E2A

RGB

 RED value IS 201 (78.91% from 255) = 73.63%

 GREEN value IS 30 (12.11% from 255) = 10.99%

 BLUE value IS 42 (16.8% from 255) = 15.38%

R = 73.63%
G = 10.99%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C91E2A (or 0xC91E2A) is known color: Fire Engine Red. HEX triplet: C9, 1E and 2A. RGB value is (201,30,42). Sum of RGB (Red+Green+Blue) = 201+30+42=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91E2A is #36E1D5. Grayscale: #525252. Windows color (decimal): -3596758 or 2760393. OLE color: 2760393.

HSL color Cylindrical-coordinate representation of color #C91E2A: hue angle of 355.79º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91E2A is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 30 42 -
CMYK 0 0.85 0.79 0.21
HSL 355.79º 0.74% 0.45% -
HSV(B) 355.79º 0.85% 0.79% -
XYZ 24.97 13.51 3.48 -
YUV 82.5 105.15 212.52 -
System Red Green Blue C M Y K H S L
Decimal 201 30 42 0 0.85 0.79 0.21 355.79 0.74 0.45
Hex C9 1E 2A 0 55 4F 15 164 4A 2D
Octal 311 36 52 0 125 117 25 544 112 55
Binary 11001001 11110 101010 0 1010101 1001111 10101 101100100 1001010 101101

Color Harmonies of #C91E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91E2A

Black with #C91E2A

Text Example


Text Example

White with #C91E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91E2A; }

 p { color: rgb(201,30,42); }

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

background-color css

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

 a { background-color: rgb(201,30,42); }

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

border-color css

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

 span { border-color: rgb(201,30,42); }

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