Html Css Color HEX #C12527 Fire Engine Red

📋 copy color: '#C12527'

red 193 ◦ green 37 ◦ blue 39

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

Shades of Fire Engine Red #C12527

Tints of Fire Engine Red #C12527

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.75%

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

R = 71.75%
G = 13.75%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C12527 (or 0xC12527) is known color: Fire Engine Red. HEX triplet: C1, 25 and 27. RGB value is (193,37,39). Sum of RGB (Red+Green+Blue) = 193+37+39=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C12527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12527 is #3EDAD8. Grayscale: #545454. Windows color (decimal): -4119257 or 2565569. OLE color: 2565569.

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

Color convert

RGB 193 37 39 -
CMYK 0 0.81 0.80 0.24
HSL 359.23º 0.68% 0.45% -
HSV(B) 359.23º 0.81% 0.76% -
XYZ 23.02 12.81 3.18 -
YUV 83.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 193 37 39 0 0.81 0.80 0.24 359.23 0.68 0.45
Hex C1 25 27 0 51 50 18 167 44 2D
Octal 301 45 47 0 121 120 30 547 104 55
Binary 11000001 100101 100111 0 1010001 1010000 11000 101100111 1000100 101101

Color Harmonies of #C12527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12527

Black with #C12527

Text Example


Text Example

White with #C12527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12527; }

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

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

background-color css

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

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

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

border-color css

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

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

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