Html Css Color HEX #C91529 Fire Engine Red

📋 copy color: '#C91529'

red 201 ◦ green 21 ◦ blue 41

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

Shades of Fire Engine Red #C91529

Tints of Fire Engine Red #C91529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.98%

 BLUE value IS 41 (16.41% from 255) = 15.59%

R = 76.43%
G = 7.98%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C91529 (or 0xC91529) is known color: Fire Engine Red. HEX triplet: C9, 15 and 29. RGB value is (201,21,41). Sum of RGB (Red+Green+Blue) = 201+21+41=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C91529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91529 is #36EAD6. Grayscale: #4D4D4D. Windows color (decimal): -3599063 or 2692553. OLE color: 2692553.

HSL color Cylindrical-coordinate representation of color #C91529: hue angle of 353.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91529 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 41 -
CMYK 0 0.90 0.80 0.21
HSL 353.33º 0.81% 0.44% -
HSV(B) 353.33º 0.9% 0.79% -
XYZ 24.76 13.11 3.32 -
YUV 77.1 107.63 216.37 -
System Red Green Blue C M Y K H S L
Decimal 201 21 41 0 0.90 0.80 0.21 353.33 0.81 0.44
Hex C9 15 29 0 5A 50 15 161 51 2C
Octal 311 25 51 0 132 120 25 541 121 54
Binary 11001001 10101 101001 0 1011010 1010000 10101 101100001 1010001 101100

Color Harmonies of #C91529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91529

Black with #C91529

Text Example


Text Example

White with #C91529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91529; }

 p { color: rgb(201,21,41); }

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

background-color css

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

 a { background-color: rgb(201,21,41); }

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

border-color css

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

 span { border-color: rgb(201,21,41); }

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