Html Css Color HEX #C81018 Venetian Red

📋 copy color: '#C81018'

red 200 ◦ green 16 ◦ blue 24

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

Shades of Venetian Red #C81018

Tints of Venetian Red #C81018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 24 (9.77% from 255) = 10%

R = 83.33%
G = 6.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C81018 (or 0xC81018) is known color: Venetian Red. HEX triplet: C8, 10 and 18. RGB value is (200,16,24). Sum of RGB (Red+Green+Blue) = 200+16+24=240 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.33% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 200 - color contains mainly: red. Hex color #C81018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81018 is #37EFE7. Grayscale: #484848. Windows color (decimal): -3665896 or 1577160. OLE color: 1577160.

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

Color convert

RGB 200 16 24 -
CMYK 0 0.92 0.88 0.22
HSL 357.39º 0.85% 0.42% -
HSV(B) 357.39º 0.92% 0.78% -
XYZ 24.17 12.72 2.04 -
YUV 71.93 100.96 219.35 -
System Red Green Blue C M Y K H S L
Decimal 200 16 24 0 0.92 0.88 0.22 357.39 0.85 0.42
Hex C8 10 18 0 5C 58 16 165 55 2A
Octal 310 20 30 0 134 130 26 545 125 52
Binary 11001000 10000 11000 0 1011100 1011000 10110 101100101 1010101 101010

Color Harmonies of #C81018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81018

Black with #C81018

Text Example


Text Example

White with #C81018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81018; }

 p { color: rgb(200,16,24); }

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

background-color css

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

 a { background-color: rgb(200,16,24); }

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

border-color css

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

 span { border-color: rgb(200,16,24); }

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