Html Css Color HEX #C10E2B Fire Engine Red

📋 copy color: '#C10E2B'

red 193 ◦ green 14 ◦ blue 43

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

Shades of Fire Engine Red #C10E2B

Tints of Fire Engine Red #C10E2B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.6%

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

R = 77.2%
G = 5.6%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C10E2B (or 0xC10E2B) is known color: Fire Engine Red. HEX triplet: C1, 0E and 2B. RGB value is (193,14,43). Sum of RGB (Red+Green+Blue) = 193+14+43=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10E2B is #3EF1D4. Grayscale: #464646. Windows color (decimal): -4125141 or 2821825. OLE color: 2821825.

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

Color convert

RGB 193 14 43 -
CMYK 0 0.93 0.78 0.24
HSL 350.28º 0.86% 0.41% -
HSV(B) 350.28º 0.93% 0.76% -
XYZ 22.59 11.83 3.38 -
YUV 70.83 112.3 215.14 -
System Red Green Blue C M Y K H S L
Decimal 193 14 43 0 0.93 0.78 0.24 350.28 0.86 0.41
Hex C1 E 2B 0 5D 4E 18 15E 56 29
Octal 301 16 53 0 135 116 30 536 126 51
Binary 11000001 1110 101011 0 1011101 1001110 11000 101011110 1010110 101001

Color Harmonies of #C10E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10E2B

Black with #C10E2B

Text Example


Text Example

White with #C10E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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