Html Css Color HEX #C2092B Fire Engine Red

📋 copy color: '#C2092B'

red 194 ◦ green 9 ◦ blue 43

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

Shades of Fire Engine Red #C2092B

Tints of Fire Engine Red #C2092B

RGB

 RED value IS 194 (76.17% from 255) = 78.86%

 GREEN value IS 9 (3.91% from 255) = 3.66%

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

R = 78.86%
G = 3.66%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2092B (or 0xC2092B) is known color: Fire Engine Red. HEX triplet: C2, 09 and 2B. RGB value is (194,9,43). Sum of RGB (Red+Green+Blue) = 194+9+43=246 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.86% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 194 - color contains mainly: red. Hex color #C2092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2092B is #3DF6D4. Grayscale: #444444. Windows color (decimal): -4060885 or 2820546. OLE color: 2820546.

HSL color Cylindrical-coordinate representation of color #C2092B: hue angle of 348.97º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2092B is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 9 43 -
CMYK 0 0.95 0.78 0.24
HSL 348.97º 0.91% 0.4% -
HSV(B) 348.97º 0.95% 0.76% -
XYZ 22.78 11.84 3.37 -
YUV 68.19 113.79 217.74 -
System Red Green Blue C M Y K H S L
Decimal 194 9 43 0 0.95 0.78 0.24 348.97 0.91 0.4
Hex C2 9 2B 0 5F 4E 18 15D 5B 28
Octal 302 11 53 0 137 116 30 535 133 50
Binary 11000010 1001 101011 0 1011111 1001110 11000 101011101 1011011 101000

Color Harmonies of #C2092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2092B

Black with #C2092B

Text Example


Text Example

White with #C2092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2092B; }

 p { color: rgb(194,9,43); }

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

background-color css

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

 a { background-color: rgb(194,9,43); }

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

border-color css

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

 span { border-color: rgb(194,9,43); }

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