Html Css Color HEX #C12326 Fire Engine Red

📋 copy color: '#C12326'

red 193 ◦ green 35 ◦ blue 38

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

Shades of Fire Engine Red #C12326

Tints of Fire Engine Red #C12326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.16%

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

R = 72.56%
G = 13.16%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C12326 (or 0xC12326) is known color: Fire Engine Red. HEX triplet: C1, 23 and 26. RGB value is (193,35,38). Sum of RGB (Red+Green+Blue) = 193+35+38=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C12326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12326 is #3EDCD9. Grayscale: #525252. Windows color (decimal): -4119770 or 2499521. OLE color: 2499521.

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

Color convert

RGB 193 35 38 -
CMYK 0 0.82 0.80 0.24
HSL 358.86º 0.69% 0.45% -
HSV(B) 358.86º 0.82% 0.76% -
XYZ 22.94 12.68 3.07 -
YUV 82.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 193 35 38 0 0.82 0.80 0.24 358.86 0.69 0.45
Hex C1 23 26 0 52 50 18 167 45 2D
Octal 301 43 46 0 122 120 30 547 105 55
Binary 11000001 100011 100110 0 1010010 1010000 11000 101100111 1000101 101101

Color Harmonies of #C12326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12326

Black with #C12326

Text Example


Text Example

White with #C12326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12326; }

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

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

background-color css

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

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

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

border-color css

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

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

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