Html Css Color HEX #C81626 Fire Engine Red

📋 copy color: '#C81626'

red 200 ◦ green 22 ◦ blue 38

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

Shades of Fire Engine Red #C81626

Tints of Fire Engine Red #C81626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

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

R = 76.92%
G = 8.46%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C81626 (or 0xC81626) is known color: Fire Engine Red. HEX triplet: C8, 16 and 26. RGB value is (200,22,38). Sum of RGB (Red+Green+Blue) = 200+22+38=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C81626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81626 is #37E9D9. Grayscale: #4D4D4D. Windows color (decimal): -3664346 or 2496200. OLE color: 2496200.

HSL color Cylindrical-coordinate representation of color #C81626: hue angle of 354.61º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81626 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 22 38 -
CMYK 0 0.89 0.81 0.22
HSL 354.61º 0.8% 0.44% -
HSV(B) 354.61º 0.89% 0.78% -
XYZ 24.46 12.99 3.05 -
YUV 77.05 105.97 215.7 -
System Red Green Blue C M Y K H S L
Decimal 200 22 38 0 0.89 0.81 0.22 354.61 0.8 0.44
Hex C8 16 26 0 59 51 16 163 50 2C
Octal 310 26 46 0 131 121 26 543 120 54
Binary 11001000 10110 100110 0 1011001 1010001 10110 101100011 1010000 101100

Color Harmonies of #C81626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81626

Black with #C81626

Text Example


Text Example

White with #C81626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81626; }

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

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

background-color css

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

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

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

border-color css

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

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

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