Html Css Color HEX #C12526 Fire Engine Red

📋 copy color: '#C12526'

red 193 ◦ green 37 ◦ blue 38

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

Shades of Fire Engine Red #C12526

Tints of Fire Engine Red #C12526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.18%

R = 72.01%
G = 13.81%
B = 14.18%

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

#C12526 (or 0xC12526) is known color: Fire Engine Red. HEX triplet: C1, 25 and 26. RGB value is (193,37,38). Sum of RGB (Red+Green+Blue) = 193+37+38=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C12526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12526 is #3EDAD9. Grayscale: #535353. Windows color (decimal): -4119258 or 2500033. OLE color: 2500033.

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

Color convert

RGB 193 37 38 -
CMYK 0 0.81 0.80 0.24
HSL 359.62º 0.68% 0.45% -
HSV(B) 359.62º 0.81% 0.76% -
XYZ 23 12.8 3.09 -
YUV 83.76 102.18 205.92 -
System Red Green Blue C M Y K H S L
Decimal 193 37 38 0 0.81 0.80 0.24 359.62 0.68 0.45
Hex C1 25 26 0 51 50 18 168 44 2D
Octal 301 45 46 0 121 120 30 550 104 55
Binary 11000001 100101 100110 0 1010001 1010000 11000 101101000 1000100 101101

Color Harmonies of #C12526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12526

Black with #C12526

Text Example


Text Example

White with #C12526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12526; }

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

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

background-color css

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

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

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

border-color css

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

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

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