Html Css Color HEX #C12427 Fire Engine Red

📋 copy color: '#C12427'

red 193 ◦ green 36 ◦ blue 39

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

Shades of Fire Engine Red #C12427

Tints of Fire Engine Red #C12427

RGB

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

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

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

R = 72.01%
G = 13.43%
B = 14.55%

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

#C12427 (or 0xC12427) is known color: Fire Engine Red. HEX triplet: C1, 24 and 27. RGB value is (193,36,39). Sum of RGB (Red+Green+Blue) = 193+36+39=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C12427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12427 is #3EDBD8. Grayscale: #535353. Windows color (decimal): -4119513 or 2565313. OLE color: 2565313.

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

Color convert

RGB 193 36 39 -
CMYK 0 0.81 0.80 0.24
HSL 358.85º 0.69% 0.45% -
HSV(B) 358.85º 0.81% 0.76% -
XYZ 22.99 12.75 3.17 -
YUV 83.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 193 36 39 0 0.81 0.80 0.24 358.85 0.69 0.45
Hex C1 24 27 0 51 50 18 167 45 2D
Octal 301 44 47 0 121 120 30 547 105 55
Binary 11000001 100100 100111 0 1010001 1010000 11000 101100111 1000101 101101

Color Harmonies of #C12427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12427

Black with #C12427

Text Example


Text Example

White with #C12427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12427; }

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

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

background-color css

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

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

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

border-color css

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

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

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