Html Css Color HEX #C8212B Fire Engine Red

📋 copy color: '#C8212B'

red 200 ◦ green 33 ◦ blue 43

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

Shades of Fire Engine Red #C8212B

Tints of Fire Engine Red #C8212B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.96%

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

R = 72.46%
G = 11.96%
B = 15.58%

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

#C8212B (or 0xC8212B) is known color: Fire Engine Red. HEX triplet: C8, 21 and 2B. RGB value is (200,33,43). Sum of RGB (Red+Green+Blue) = 200+33+43=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C8212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8212B is #37DED4. Grayscale: #545454. Windows color (decimal): -3661525 or 2826696. OLE color: 2826696.

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

Color convert

RGB 200 33 43 -
CMYK 0 0.84 0.78 0.22
HSL 356.41º 0.72% 0.46% -
HSV(B) 356.41º 0.84% 0.78% -
XYZ 24.8 13.54 3.59 -
YUV 84.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 200 33 43 0 0.84 0.78 0.22 356.41 0.72 0.46
Hex C8 21 2B 0 54 4E 16 164 48 2E
Octal 310 41 53 0 124 116 26 544 110 56
Binary 11001000 100001 101011 0 1010100 1001110 10110 101100100 1001000 101110

Color Harmonies of #C8212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8212B

Black with #C8212B

Text Example


Text Example

White with #C8212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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