Html Css Color HEX #C10F28 Fire Engine Red

📋 copy color: '#C10F28'

red 193 ◦ green 15 ◦ blue 40

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

Shades of Fire Engine Red #C10F28

Tints of Fire Engine Red #C10F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.13%

R = 77.82%
G = 6.05%
B = 16.13%

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

#C10F28 (or 0xC10F28) is known color: Fire Engine Red. HEX triplet: C1, 0F and 28. RGB value is (193,15,40). Sum of RGB (Red+Green+Blue) = 193+15+40=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10F28 is #3EF0D7. Grayscale: #474747. Windows color (decimal): -4124888 or 2625473. OLE color: 2625473.

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

Color convert

RGB 193 15 40 -
CMYK 0 0.92 0.79 0.24
HSL 351.57º 0.86% 0.41% -
HSV(B) 351.57º 0.92% 0.76% -
XYZ 22.55 11.83 3.1 -
YUV 71.07 110.47 214.97 -
System Red Green Blue C M Y K H S L
Decimal 193 15 40 0 0.92 0.79 0.24 351.57 0.86 0.41
Hex C1 F 28 0 5C 4F 18 160 56 29
Octal 301 17 50 0 134 117 30 540 126 51
Binary 11000001 1111 101000 0 1011100 1001111 11000 101100000 1010110 101001

Color Harmonies of #C10F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10F28

Black with #C10F28

Text Example


Text Example

White with #C10F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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