Html Css Color HEX #C81B22 Fire Engine Red

📋 copy color: '#C81B22'

red 200 ◦ green 27 ◦ blue 34

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

Shades of Fire Engine Red #C81B22

Tints of Fire Engine Red #C81B22

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.34%

 BLUE value IS 34 (13.67% from 255) = 13.03%

R = 76.63%
G = 10.34%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C81B22 (or 0xC81B22) is known color: Fire Engine Red. HEX triplet: C8, 1B and 22. RGB value is (200,27,34). Sum of RGB (Red+Green+Blue) = 200+27+34=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C81B22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81B22 is #37E4DD. Grayscale: #4F4F4F. Windows color (decimal): -3663070 or 2235336. OLE color: 2235336.

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

Color convert

RGB 200 27 34 -
CMYK 0 0.86 0.83 0.22
HSL 357.57º 0.76% 0.45% -
HSV(B) 357.57º 0.87% 0.78% -
XYZ 24.5 13.18 2.77 -
YUV 79.53 102.31 213.93 -
System Red Green Blue C M Y K H S L
Decimal 200 27 34 0 0.86 0.83 0.22 357.57 0.76 0.45
Hex C8 1B 22 0 56 53 16 166 4C 2D
Octal 310 33 42 0 126 123 26 546 114 55
Binary 11001000 11011 100010 0 1010110 1010011 10110 101100110 1001100 101101

Color Harmonies of #C81B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81B22

Black with #C81B22

Text Example


Text Example

White with #C81B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81B22; }

 p { color: rgb(200,27,34); }

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

background-color css

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

 a { background-color: rgb(200,27,34); }

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

border-color css

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

 span { border-color: rgb(200,27,34); }

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