Html Css Color HEX #C12428 Fire Engine Red

📋 copy color: '#C12428'

red 193 ◦ green 36 ◦ blue 40

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

Shades of Fire Engine Red #C12428

Tints of Fire Engine Red #C12428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.38%

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

R = 71.75%
G = 13.38%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C12428 (or 0xC12428) is known color: Fire Engine Red. HEX triplet: C1, 24 and 28. RGB value is (193,36,40). Sum of RGB (Red+Green+Blue) = 193+36+40=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C12428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12428 is #3EDBD7. Grayscale: #535353. Windows color (decimal): -4119512 or 2630849. OLE color: 2630849.

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

Color convert

RGB 193 36 40 -
CMYK 0 0.81 0.79 0.24
HSL 358.47º 0.69% 0.45% -
HSV(B) 358.47º 0.81% 0.76% -
XYZ 23.01 12.75 3.26 -
YUV 83.4 103.51 206.17 -
System Red Green Blue C M Y K H S L
Decimal 193 36 40 0 0.81 0.79 0.24 358.47 0.69 0.45
Hex C1 24 28 0 51 4F 18 166 45 2D
Octal 301 44 50 0 121 117 30 546 105 55
Binary 11000001 100100 101000 0 1010001 1001111 11000 101100110 1000101 101101

Color Harmonies of #C12428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12428

Black with #C12428

Text Example


Text Example

White with #C12428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12428; }

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

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

background-color css

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

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

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

border-color css

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

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

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