Html Css Color HEX #C10A2B Fire Engine Red

📋 copy color: '#C10A2B'

red 193 ◦ green 10 ◦ blue 43

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

Shades of Fire Engine Red #C10A2B

Tints of Fire Engine Red #C10A2B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.07%

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

R = 78.46%
G = 4.07%
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

#C10A2B (or 0xC10A2B) is known color: Fire Engine Red. HEX triplet: C1, 0A and 2B. RGB value is (193,10,43). Sum of RGB (Red+Green+Blue) = 193+10+43=246 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.46% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10A2B is #3EF5D4. Grayscale: #444444. Windows color (decimal): -4126165 or 2820801. OLE color: 2820801.

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

Color convert

RGB 193 10 43 -
CMYK 0 0.95 0.78 0.24
HSL 349.18º 0.9% 0.4% -
HSV(B) 349.18º 0.95% 0.76% -
XYZ 22.54 11.73 3.36 -
YUV 68.48 113.63 216.82 -
System Red Green Blue C M Y K H S L
Decimal 193 10 43 0 0.95 0.78 0.24 349.18 0.9 0.4
Hex C1 A 2B 0 5F 4E 18 15D 5A 28
Octal 301 12 53 0 137 116 30 535 132 50
Binary 11000001 1010 101011 0 1011111 1001110 11000 101011101 1011010 101000

Color Harmonies of #C10A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10A2B

Black with #C10A2B

Text Example


Text Example

White with #C10A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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