Html Css Color HEX #C10F29 Fire Engine Red

📋 copy color: '#C10F29'

red 193 ◦ green 15 ◦ blue 41

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

Shades of Fire Engine Red #C10F29

Tints of Fire Engine Red #C10F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.47%

R = 77.51%
G = 6.02%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C10F29 (or 0xC10F29) is known color: Fire Engine Red. HEX triplet: C1, 0F and 29. RGB value is (193,15,41). Sum of RGB (Red+Green+Blue) = 193+15+41=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10F29 is #3EF0D6. Grayscale: #474747. Windows color (decimal): -4124887 or 2691009. OLE color: 2691009.

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

Color convert

RGB 193 15 41 -
CMYK 0 0.92 0.79 0.24
HSL 351.24º 0.86% 0.41% -
HSV(B) 351.24º 0.92% 0.76% -
XYZ 22.56 11.84 3.19 -
YUV 71.19 110.97 214.89 -
System Red Green Blue C M Y K H S L
Decimal 193 15 41 0 0.92 0.79 0.24 351.24 0.86 0.41
Hex C1 F 29 0 5C 4F 18 15F 56 29
Octal 301 17 51 0 134 117 30 537 126 51
Binary 11000001 1111 101001 0 1011100 1001111 11000 101011111 1010110 101001

Color Harmonies of #C10F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10F29

Black with #C10F29

Text Example


Text Example

White with #C10F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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