Html Css Color HEX #C90B2A Fire Engine Red

📋 copy color: '#C90B2A'

red 201 ◦ green 11 ◦ blue 42

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

Shades of Fire Engine Red #C90B2A

Tints of Fire Engine Red #C90B2A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.33%

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

R = 79.13%
G = 4.33%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C90B2A (or 0xC90B2A) is known color: Fire Engine Red. HEX triplet: C9, 0B and 2A. RGB value is (201,11,42). Sum of RGB (Red+Green+Blue) = 201+11+42=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C90B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90B2A is #36F4D5. Grayscale: #474747. Windows color (decimal): -3601622 or 2755529. OLE color: 2755529.

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

Color convert

RGB 201 11 42 -
CMYK 0 0.95 0.79 0.21
HSL 350.21º 0.9% 0.42% -
HSV(B) 350.21º 0.95% 0.79% -
XYZ 24.62 12.82 3.37 -
YUV 71.34 111.45 220.48 -
System Red Green Blue C M Y K H S L
Decimal 201 11 42 0 0.95 0.79 0.21 350.21 0.9 0.42
Hex C9 B 2A 0 5F 4F 15 15E 5A 2A
Octal 311 13 52 0 137 117 25 536 132 52
Binary 11001001 1011 101010 0 1011111 1001111 10101 101011110 1011010 101010

Color Harmonies of #C90B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90B2A

Black with #C90B2A

Text Example


Text Example

White with #C90B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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