Html Css Color HEX #C9232B Fire Engine Red

📋 copy color: '#C9232B'

red 201 ◦ green 35 ◦ blue 43

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

Shades of Fire Engine Red #C9232B

Tints of Fire Engine Red #C9232B

RGB

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

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

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

R = 72.04%
G = 12.54%
B = 15.41%

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

#C9232B (or 0xC9232B) is known color: Fire Engine Red. HEX triplet: C9, 23 and 2B. RGB value is (201,35,43). Sum of RGB (Red+Green+Blue) = 201+35+43=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C9232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9232B is #36DCD4. Grayscale: #555555. Windows color (decimal): -3595477 or 2827209. OLE color: 2827209.

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

Color convert

RGB 201 35 43 -
CMYK 0 0.83 0.79 0.21
HSL 357.11º 0.7% 0.46% -
HSV(B) 357.11º 0.83% 0.79% -
XYZ 25.12 13.79 3.62 -
YUV 85.55 104 210.35 -
System Red Green Blue C M Y K H S L
Decimal 201 35 43 0 0.83 0.79 0.21 357.11 0.7 0.46
Hex C9 23 2B 0 53 4F 15 165 46 2E
Octal 311 43 53 0 123 117 25 545 106 56
Binary 11001001 100011 101011 0 1010011 1001111 10101 101100101 1000110 101110

Color Harmonies of #C9232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9232B

Black with #C9232B

Text Example


Text Example

White with #C9232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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