Html Css Color HEX #C9102B Fire Engine Red

📋 copy color: '#C9102B'

red 201 ◦ green 16 ◦ blue 43

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

Shades of Fire Engine Red #C9102B

Tints of Fire Engine Red #C9102B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.15%

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

R = 77.31%
G = 6.15%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9102B (or 0xC9102B) is known color: Fire Engine Red. HEX triplet: C9, 10 and 2B. RGB value is (201,16,43). Sum of RGB (Red+Green+Blue) = 201+16+43=260 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.31% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 201 - color contains mainly: red. Hex color #C9102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9102B is #36EFD4. Grayscale: #4A4A4A. Windows color (decimal): -3600341 or 2822345. OLE color: 2822345.

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

Color convert

RGB 201 16 43 -
CMYK 0 0.92 0.79 0.21
HSL 351.24º 0.85% 0.43% -
HSV(B) 351.24º 0.92% 0.79% -
XYZ 24.71 12.96 3.49 -
YUV 74.39 110.29 218.3 -
System Red Green Blue C M Y K H S L
Decimal 201 16 43 0 0.92 0.79 0.21 351.24 0.85 0.43
Hex C9 10 2B 0 5C 4F 15 15F 55 2B
Octal 311 20 53 0 134 117 25 537 125 53
Binary 11001001 10000 101011 0 1011100 1001111 10101 101011111 1010101 101011

Color Harmonies of #C9102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9102B

Black with #C9102B

Text Example


Text Example

White with #C9102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9102B; }

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

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

background-color css

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

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

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

border-color css

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

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

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