Html Css Color HEX #C10F2B Fire Engine Red

📋 copy color: '#C10F2B'

red 193 ◦ green 15 ◦ blue 43

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

Shades of Fire Engine Red #C10F2B

Tints of Fire Engine Red #C10F2B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.98%

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

R = 76.89%
G = 5.98%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C10F2B (or 0xC10F2B) is known color: Fire Engine Red. HEX triplet: C1, 0F and 2B. RGB value is (193,15,43). Sum of RGB (Red+Green+Blue) = 193+15+43=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10F2B is #3EF0D4. Grayscale: #474747. Windows color (decimal): -4124885 or 2822081. OLE color: 2822081.

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

Color convert

RGB 193 15 43 -
CMYK 0 0.92 0.78 0.24
HSL 350.56º 0.86% 0.41% -
HSV(B) 350.56º 0.92% 0.76% -
XYZ 22.6 11.85 3.38 -
YUV 71.41 111.97 214.72 -
System Red Green Blue C M Y K H S L
Decimal 193 15 43 0 0.92 0.78 0.24 350.56 0.86 0.41
Hex C1 F 2B 0 5C 4E 18 15F 56 29
Octal 301 17 53 0 134 116 30 537 126 51
Binary 11000001 1111 101011 0 1011100 1001110 11000 101011111 1010110 101001

Color Harmonies of #C10F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10F2B

Black with #C10F2B

Text Example


Text Example

White with #C10F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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