Html Css Color HEX #C81629 Fire Engine Red

📋 copy color: '#C81629'

red 200 ◦ green 22 ◦ blue 41

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

Shades of Fire Engine Red #C81629

Tints of Fire Engine Red #C81629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.59%

R = 76.05%
G = 8.37%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C81629 (or 0xC81629) is known color: Fire Engine Red. HEX triplet: C8, 16 and 29. RGB value is (200,22,41). Sum of RGB (Red+Green+Blue) = 200+22+41=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C81629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81629 is #37E9D6. Grayscale: #4D4D4D. Windows color (decimal): -3664343 or 2692808. OLE color: 2692808.

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

Color convert

RGB 200 22 41 -
CMYK 0 0.89 0.80 0.22
HSL 353.6º 0.8% 0.44% -
HSV(B) 353.6º 0.89% 0.78% -
XYZ 24.51 13.01 3.32 -
YUV 77.39 107.47 215.46 -
System Red Green Blue C M Y K H S L
Decimal 200 22 41 0 0.89 0.80 0.22 353.6 0.8 0.44
Hex C8 16 29 0 59 50 16 162 50 2C
Octal 310 26 51 0 131 120 26 542 120 54
Binary 11001000 10110 101001 0 1011001 1010000 10110 101100010 1010000 101100

Color Harmonies of #C81629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81629

Black with #C81629

Text Example


Text Example

White with #C81629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81629; }

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

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

background-color css

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

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

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

border-color css

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

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

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