Html Css Color HEX #C9232A Fire Engine Red

📋 copy color: '#C9232A'

red 201 ◦ green 35 ◦ blue 42

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

Shades of Fire Engine Red #C9232A

Tints of Fire Engine Red #C9232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

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

R = 72.3%
G = 12.59%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9232A (or 0xC9232A) is known color: Fire Engine Red. HEX triplet: C9, 23 and 2A. RGB value is (201,35,42). Sum of RGB (Red+Green+Blue) = 201+35+42=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C9232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9232A is #36DCD5. Grayscale: #555555. Windows color (decimal): -3595478 or 2761673. OLE color: 2761673.

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

Color convert

RGB 201 35 42 -
CMYK 0 0.83 0.79 0.21
HSL 357.47º 0.7% 0.46% -
HSV(B) 357.47º 0.83% 0.79% -
XYZ 25.11 13.79 3.53 -
YUV 85.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 201 35 42 0 0.83 0.79 0.21 357.47 0.7 0.46
Hex C9 23 2A 0 53 4F 15 165 46 2E
Octal 311 43 52 0 123 117 25 545 106 56
Binary 11001001 100011 101010 0 1010011 1001111 10101 101100101 1000110 101110

Color Harmonies of #C9232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9232A

Black with #C9232A

Text Example


Text Example

White with #C9232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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