Html Css Color HEX #C9152A Fire Engine Red

📋 copy color: '#C9152A'

red 201 ◦ green 21 ◦ blue 42

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

Shades of Fire Engine Red #C9152A

Tints of Fire Engine Red #C9152A

RGB

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

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

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

R = 76.14%
G = 7.95%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9152A (or 0xC9152A) is known color: Fire Engine Red. HEX triplet: C9, 15 and 2A. RGB value is (201,21,42). Sum of RGB (Red+Green+Blue) = 201+21+42=264 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.14% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 201 - color contains mainly: red. Hex color #C9152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9152A is #36EAD5. Grayscale: #4D4D4D. Windows color (decimal): -3599062 or 2758089. OLE color: 2758089.

HSL color Cylindrical-coordinate representation of color #C9152A: hue angle of 353º 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 #C9152A is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 42 -
CMYK 0 0.90 0.79 0.21
HSL 353º 0.81% 0.44% -
HSV(B) 353º 0.9% 0.79% -
XYZ 24.77 13.12 3.42 -
YUV 77.21 108.13 216.29 -
System Red Green Blue C M Y K H S L
Decimal 201 21 42 0 0.90 0.79 0.21 353 0.81 0.44
Hex C9 15 2A 0 5A 4F 15 161 51 2C
Octal 311 25 52 0 132 117 25 541 121 54
Binary 11001001 10101 101010 0 1011010 1001111 10101 101100001 1010001 101100

Color Harmonies of #C9152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9152A

Black with #C9152A

Text Example


Text Example

White with #C9152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9152A; }

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

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

background-color css

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

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

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

border-color css

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

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

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