Html Css Color HEX #C10B27 Fire Engine Red

📋 copy color: '#C10B27'

red 193 ◦ green 11 ◦ blue 39

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

Shades of Fire Engine Red #C10B27

Tints of Fire Engine Red #C10B27

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.53%

 BLUE value IS 39 (15.63% from 255) = 16.05%

R = 79.42%
G = 4.53%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C10B27 (or 0xC10B27) is known color: Fire Engine Red. HEX triplet: C1, 0B and 27. RGB value is (193,11,39). Sum of RGB (Red+Green+Blue) = 193+11+39=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10B27 is #3EF4D8. Grayscale: #444444. Windows color (decimal): -4125913 or 2558913. OLE color: 2558913.

HSL color Cylindrical-coordinate representation of color #C10B27: hue angle of 350.77º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10B27 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 11 39 -
CMYK 0 0.94 0.80 0.24
HSL 350.77º 0.89% 0.4% -
HSV(B) 350.77º 0.94% 0.76% -
XYZ 22.48 11.72 3 -
YUV 68.61 111.3 216.72 -
System Red Green Blue C M Y K H S L
Decimal 193 11 39 0 0.94 0.80 0.24 350.77 0.89 0.4
Hex C1 B 27 0 5E 50 18 15F 59 28
Octal 301 13 47 0 136 120 30 537 131 50
Binary 11000001 1011 100111 0 1011110 1010000 11000 101011111 1011001 101000

Color Harmonies of #C10B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10B27

Black with #C10B27

Text Example


Text Example

White with #C10B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10B27; }

 p { color: rgb(193,11,39); }

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

background-color css

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

 a { background-color: rgb(193,11,39); }

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

border-color css

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

 span { border-color: rgb(193,11,39); }

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