Html Css Color HEX #C71326 Fire Engine Red

📋 copy color: '#C71326'

red 199 ◦ green 19 ◦ blue 38

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

Shades of Fire Engine Red #C71326

Tints of Fire Engine Red #C71326

RGB

 RED value IS 199 (78.13% from 255) = 77.73%

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

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

R = 77.73%
G = 7.42%
B = 14.84%

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

#C71326 (or 0xC71326) is known color: Fire Engine Red. HEX triplet: C7, 13 and 26. RGB value is (199,19,38). Sum of RGB (Red+Green+Blue) = 199+19+38=256 (33% of max value = 765). Red value is 199 (78.12% from 255 or 77.73% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 199 - color contains mainly: red. Hex color #C71326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71326 is #38ECD9. Grayscale: #4B4B4B. Windows color (decimal): -3730650 or 2495431. OLE color: 2495431.

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

Color convert

RGB 199 19 38 -
CMYK 0 0.90 0.81 0.22
HSL 353.67º 0.83% 0.43% -
HSV(B) 353.67º 0.9% 0.78% -
XYZ 24.14 12.75 3.02 -
YUV 74.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 199 19 38 0 0.90 0.81 0.22 353.67 0.83 0.43
Hex C7 13 26 0 5A 51 16 162 53 2B
Octal 307 23 46 0 132 121 26 542 123 53
Binary 11000111 10011 100110 0 1011010 1010001 10110 101100010 1010011 101011

Color Harmonies of #C71326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71326

Black with #C71326

Text Example


Text Example

White with #C71326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71326; }

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

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

background-color css

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

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

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

border-color css

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

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

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