Html Css Color HEX #C81C1D Fire Engine Red

📋 copy color: '#C81C1D'

red 200 ◦ green 28 ◦ blue 29

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

Shades of Fire Engine Red #C81C1D

Tints of Fire Engine Red #C81C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.89%

 BLUE value IS 29 (11.72% from 255) = 11.28%

R = 77.82%
G = 10.89%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C81C1D (or 0xC81C1D) is known color: Fire Engine Red. HEX triplet: C8, 1C and 1D. RGB value is (200,28,29). Sum of RGB (Red+Green+Blue) = 200+28+29=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81C1D is #37E3E2. Grayscale: #4F4F4F. Windows color (decimal): -3662819 or 1907912. OLE color: 1907912.

HSL color Cylindrical-coordinate representation of color #C81C1D: hue angle of 359.65º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81C1D is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 28 29 -
CMYK 0 0.86 0.86 0.22
HSL 359.65º 0.75% 0.45% -
HSV(B) 359.65º 0.86% 0.78% -
XYZ 24.46 13.2 2.42 -
YUV 79.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 200 28 29 0 0.86 0.86 0.22 359.65 0.75 0.45
Hex C8 1C 1D 0 56 56 16 168 4B 2D
Octal 310 34 35 0 126 126 26 550 113 55
Binary 11001000 11100 11101 0 1010110 1010110 10110 101101000 1001011 101101

Color Harmonies of #C81C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81C1D

Black with #C81C1D

Text Example


Text Example

White with #C81C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81C1D; }

 p { color: rgb(200,28,29); }

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

background-color css

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

 a { background-color: rgb(200,28,29); }

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

border-color css

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

 span { border-color: rgb(200,28,29); }

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