Html Css Color HEX #C01326 Fire Engine Red

📋 copy color: '#C01326'

red 192 ◦ green 19 ◦ blue 38

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

Shades of Fire Engine Red #C01326

Tints of Fire Engine Red #C01326

RGB

 RED value IS 192 (75.39% from 255) = 77.11%

 GREEN value IS 19 (7.81% from 255) = 7.63%

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

R = 77.11%
G = 7.63%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C01326 (or 0xC01326) is known color: Fire Engine Red. HEX triplet: C0, 13 and 26. RGB value is (192,19,38). Sum of RGB (Red+Green+Blue) = 192+19+38=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C01326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01326 is #3FECD9. Grayscale: #484848. Windows color (decimal): -4189402 or 2495424. OLE color: 2495424.

HSL color Cylindrical-coordinate representation of color #C01326: hue angle of 353.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01326 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 38 -
CMYK 0 0.90 0.80 0.25
HSL 353.41º 0.82% 0.41% -
HSV(B) 353.41º 0.9% 0.75% -
XYZ 22.32 11.81 2.94 -
YUV 72.89 108.31 212.96 -
System Red Green Blue C M Y K H S L
Decimal 192 19 38 0 0.90 0.80 0.25 353.41 0.82 0.41
Hex C0 13 26 0 5A 50 19 161 52 29
Octal 300 23 46 0 132 120 31 541 122 51
Binary 11000000 10011 100110 0 1011010 1010000 11001 101100001 1010010 101001

Color Harmonies of #C01326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01326

Black with #C01326

Text Example


Text Example

White with #C01326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01326; }

 p { color: rgb(192,19,38); }

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

background-color css

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

 a { background-color: rgb(192,19,38); }

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

border-color css

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

 span { border-color: rgb(192,19,38); }

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