Html Css Color HEX #C8152B Fire Engine Red

📋 copy color: '#C8152B'

red 200 ◦ green 21 ◦ blue 43

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

Shades of Fire Engine Red #C8152B

Tints of Fire Engine Red #C8152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.95%

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

R = 75.76%
G = 7.95%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8152B (or 0xC8152B) is known color: Fire Engine Red. HEX triplet: C8, 15 and 2B. RGB value is (200,21,43). Sum of RGB (Red+Green+Blue) = 200+21+43=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C8152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8152B is #37EAD4. Grayscale: #4D4D4D. Windows color (decimal): -3664597 or 2823624. OLE color: 2823624.

HSL color Cylindrical-coordinate representation of color #C8152B: hue angle of 352.63º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8152B is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 43 -
CMYK 0 0.90 0.78 0.22
HSL 352.63º 0.81% 0.43% -
HSV(B) 352.63º 0.9% 0.78% -
XYZ 24.52 12.99 3.5 -
YUV 77.03 108.8 215.71 -
System Red Green Blue C M Y K H S L
Decimal 200 21 43 0 0.90 0.78 0.22 352.63 0.81 0.43
Hex C8 15 2B 0 5A 4E 16 161 51 2B
Octal 310 25 53 0 132 116 26 541 121 53
Binary 11001000 10101 101011 0 1011010 1001110 10110 101100001 1010001 101011

Color Harmonies of #C8152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8152B

Black with #C8152B

Text Example


Text Example

White with #C8152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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