Html Css Color HEX #C81F2B Fire Engine Red

📋 copy color: '#C81F2B'

red 200 ◦ green 31 ◦ blue 43

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

Shades of Fire Engine Red #C81F2B

Tints of Fire Engine Red #C81F2B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.31%

 BLUE value IS 43 (17.19% from 255) = 15.69%

R = 72.99%
G = 11.31%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C81F2B (or 0xC81F2B) is known color: Fire Engine Red. HEX triplet: C8, 1F and 2B. RGB value is (200,31,43). Sum of RGB (Red+Green+Blue) = 200+31+43=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F2B is #37E0D4. Grayscale: #535353. Windows color (decimal): -3662037 or 2826184. OLE color: 2826184.

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

Color convert

RGB 200 31 43 -
CMYK 0 0.84 0.78 0.22
HSL 355.74º 0.73% 0.45% -
HSV(B) 355.74º 0.85% 0.78% -
XYZ 24.75 13.43 3.57 -
YUV 82.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 200 31 43 0 0.84 0.78 0.22 355.74 0.73 0.45
Hex C8 1F 2B 0 54 4E 16 164 49 2D
Octal 310 37 53 0 124 116 26 544 111 55
Binary 11001000 11111 101011 0 1010100 1001110 10110 101100100 1001001 101101

Color Harmonies of #C81F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F2B

Black with #C81F2B

Text Example


Text Example

White with #C81F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F2B; }

 p { color: rgb(200,31,43); }

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

background-color css

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

 a { background-color: rgb(200,31,43); }

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

border-color css

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

 span { border-color: rgb(200,31,43); }

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