Html Css Color HEX #C81326 Fire Engine Red

📋 copy color: '#C81326'

red 200 ◦ green 19 ◦ blue 38

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

Shades of Fire Engine Red #C81326

Tints of Fire Engine Red #C81326

RGB

 RED value IS 200 (78.52% from 255) = 77.82%

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

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

R = 77.82%
G = 7.39%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C81326 (or 0xC81326) is known color: Fire Engine Red. HEX triplet: C8, 13 and 26. RGB value is (200,19,38). Sum of RGB (Red+Green+Blue) = 200+19+38=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C81326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81326 is #37ECD9. Grayscale: #4B4B4B. Windows color (decimal): -3665114 or 2495432. OLE color: 2495432.

HSL color Cylindrical-coordinate representation of color #C81326: hue angle of 353.7º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81326 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 19 38 -
CMYK 0 0.90 0.81 0.22
HSL 353.7º 0.83% 0.43% -
HSV(B) 353.7º 0.91% 0.78% -
XYZ 24.4 12.89 3.03 -
YUV 75.29 106.97 216.96 -
System Red Green Blue C M Y K H S L
Decimal 200 19 38 0 0.90 0.81 0.22 353.7 0.83 0.43
Hex C8 13 26 0 5A 51 16 162 53 2B
Octal 310 23 46 0 132 121 26 542 123 53
Binary 11001000 10011 100110 0 1011010 1010001 10110 101100010 1010011 101011

Color Harmonies of #C81326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81326

Black with #C81326

Text Example


Text Example

White with #C81326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81326; }

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

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

background-color css

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

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

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

border-color css

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

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

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