Html Css Color HEX #C8152A Fire Engine Red

📋 copy color: '#C8152A'

red 200 ◦ green 21 ◦ blue 42

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

Shades of Fire Engine Red #C8152A

Tints of Fire Engine Red #C8152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 76.05%
G = 7.98%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8152A (or 0xC8152A) is known color: Fire Engine Red. HEX triplet: C8, 15 and 2A. RGB value is (200,21,42). Sum of RGB (Red+Green+Blue) = 200+21+42=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C8152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8152A is #37EAD5. Grayscale: #4D4D4D. Windows color (decimal): -3664598 or 2758088. OLE color: 2758088.

HSL color Cylindrical-coordinate representation of color #C8152A: hue angle of 352.96º 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 #C8152A is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 42 -
CMYK 0 0.90 0.79 0.22
HSL 352.96º 0.81% 0.43% -
HSV(B) 352.96º 0.9% 0.78% -
XYZ 24.51 12.98 3.4 -
YUV 76.92 108.3 215.79 -
System Red Green Blue C M Y K H S L
Decimal 200 21 42 0 0.90 0.79 0.22 352.96 0.81 0.43
Hex C8 15 2A 0 5A 4F 16 161 51 2B
Octal 310 25 52 0 132 117 26 541 121 53
Binary 11001000 10101 101010 0 1011010 1001111 10110 101100001 1010001 101011

Color Harmonies of #C8152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8152A

Black with #C8152A

Text Example


Text Example

White with #C8152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8152A; }

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

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

background-color css

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

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

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

border-color css

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

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

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