Html Css Color HEX #C6152B Fire Engine Red

📋 copy color: '#C6152B'

red 198 ◦ green 21 ◦ blue 43

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

Shades of Fire Engine Red #C6152B

Tints of Fire Engine Red #C6152B

RGB

 RED value IS 198 (77.73% from 255) = 75.57%

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

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

R = 75.57%
G = 8.02%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6152B (or 0xC6152B) is known color: Fire Engine Red. HEX triplet: C6, 15 and 2B. RGB value is (198,21,43). Sum of RGB (Red+Green+Blue) = 198+21+43=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C6152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6152B is #39EAD4. Grayscale: #4C4C4C. Windows color (decimal): -3795669 or 2823622. OLE color: 2823622.

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

Color convert

RGB 198 21 43 -
CMYK 0 0.89 0.78 0.22
HSL 352.54º 0.81% 0.43% -
HSV(B) 352.54º 0.89% 0.78% -
XYZ 23.99 12.72 3.48 -
YUV 76.43 109.14 214.71 -
System Red Green Blue C M Y K H S L
Decimal 198 21 43 0 0.89 0.78 0.22 352.54 0.81 0.43
Hex C6 15 2B 0 59 4E 16 161 51 2B
Octal 306 25 53 0 131 116 26 541 121 53
Binary 11000110 10101 101011 0 1011001 1001110 10110 101100001 1010001 101011

Color Harmonies of #C6152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6152B

Black with #C6152B

Text Example


Text Example

White with #C6152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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