Html Css Color HEX #C1092B Fire Engine Red

📋 copy color: '#C1092B'

red 193 ◦ green 9 ◦ blue 43

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

Shades of Fire Engine Red #C1092B

Tints of Fire Engine Red #C1092B

RGB

 RED value IS 193 (75.78% from 255) = 78.78%

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

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

R = 78.78%
G = 3.67%
B = 17.55%

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

#C1092B (or 0xC1092B) is known color: Fire Engine Red. HEX triplet: C1, 09 and 2B. RGB value is (193,9,43). Sum of RGB (Red+Green+Blue) = 193+9+43=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C1092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1092B is #3EF6D4. Grayscale: #434343. Windows color (decimal): -4126421 or 2820545. OLE color: 2820545.

HSL color Cylindrical-coordinate representation of color #C1092B: hue angle of 348.91º 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 #C1092B is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 9 43 -
CMYK 0 0.95 0.78 0.24
HSL 348.91º 0.91% 0.4% -
HSV(B) 348.91º 0.95% 0.76% -
XYZ 22.53 11.71 3.36 -
YUV 67.89 113.96 217.24 -
System Red Green Blue C M Y K H S L
Decimal 193 9 43 0 0.95 0.78 0.24 348.91 0.91 0.4
Hex C1 9 2B 0 5F 4E 18 15D 5B 28
Octal 301 11 53 0 137 116 30 535 133 50
Binary 11000001 1001 101011 0 1011111 1001110 11000 101011101 1011011 101000

Color Harmonies of #C1092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1092B

Black with #C1092B

Text Example


Text Example

White with #C1092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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