Html Css Color HEX #C91821 Fire Engine Red

📋 copy color: '#C91821'

red 201 ◦ green 24 ◦ blue 33

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

Shades of Fire Engine Red #C91821

Tints of Fire Engine Red #C91821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.3%

 BLUE value IS 33 (13.28% from 255) = 12.79%

R = 77.91%
G = 9.3%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C91821 (or 0xC91821) is known color: Fire Engine Red. HEX triplet: C9, 18 and 21. RGB value is (201,24,33). Sum of RGB (Red+Green+Blue) = 201+24+33=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C91821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91821 is #36E7DE. Grayscale: #4E4E4E. Windows color (decimal): -3598303 or 2169033. OLE color: 2169033.

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

Color convert

RGB 201 24 33 -
CMYK 0 0.88 0.84 0.21
HSL 356.95º 0.79% 0.44% -
HSV(B) 356.95º 0.88% 0.79% -
XYZ 24.69 13.18 2.68 -
YUV 77.95 102.64 215.77 -
System Red Green Blue C M Y K H S L
Decimal 201 24 33 0 0.88 0.84 0.21 356.95 0.79 0.44
Hex C9 18 21 0 58 54 15 165 4F 2C
Octal 311 30 41 0 130 124 25 545 117 54
Binary 11001001 11000 100001 0 1011000 1010100 10101 101100101 1001111 101100

Color Harmonies of #C91821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91821

Black with #C91821

Text Example


Text Example

White with #C91821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91821; }

 p { color: rgb(201,24,33); }

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

background-color css

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

 a { background-color: rgb(201,24,33); }

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

border-color css

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

 span { border-color: rgb(201,24,33); }

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