Html Css Color HEX #C9242B Fire Engine Red

📋 copy color: '#C9242B'

red 201 ◦ green 36 ◦ blue 43

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

Shades of Fire Engine Red #C9242B

Tints of Fire Engine Red #C9242B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.86%

 BLUE value IS 43 (17.19% from 255) = 15.36%

R = 71.79%
G = 12.86%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9242B (or 0xC9242B) is known color: Fire Engine Red. HEX triplet: C9, 24 and 2B. RGB value is (201,36,43). Sum of RGB (Red+Green+Blue) = 201+36+43=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C9242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9242B is #36DBD4. Grayscale: #565656. Windows color (decimal): -3595221 or 2827465. OLE color: 2827465.

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

Color convert

RGB 201 36 43 -
CMYK 0 0.82 0.79 0.21
HSL 357.45º 0.7% 0.46% -
HSV(B) 357.45º 0.82% 0.79% -
XYZ 25.15 13.85 3.63 -
YUV 86.13 103.66 209.93 -
System Red Green Blue C M Y K H S L
Decimal 201 36 43 0 0.82 0.79 0.21 357.45 0.7 0.46
Hex C9 24 2B 0 52 4F 15 165 46 2E
Octal 311 44 53 0 122 117 25 545 106 56
Binary 11001001 100100 101011 0 1010010 1001111 10101 101100101 1000110 101110

Color Harmonies of #C9242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9242B

Black with #C9242B

Text Example


Text Example

White with #C9242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9242B; }

 p { color: rgb(201,36,43); }

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

background-color css

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

 a { background-color: rgb(201,36,43); }

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

border-color css

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

 span { border-color: rgb(201,36,43); }

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