Html Css Color HEX #C81218 Venetian Red

📋 copy color: '#C81218'

red 200 ◦ green 18 ◦ blue 24

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

Shades of Venetian Red #C81218

Tints of Venetian Red #C81218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.44%

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

R = 82.64%
G = 7.44%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C81218 (or 0xC81218) is known color: Venetian Red. HEX triplet: C8, 12 and 18. RGB value is (200,18,24). Sum of RGB (Red+Green+Blue) = 200+18+24=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C81218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81218 is #37EDE7. Grayscale: #494949. Windows color (decimal): -3665384 or 1577672. OLE color: 1577672.

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

Color convert

RGB 200 18 24 -
CMYK 0 0.91 0.88 0.22
HSL 358.02º 0.83% 0.43% -
HSV(B) 358.02º 0.91% 0.78% -
XYZ 24.2 12.78 2.06 -
YUV 73.1 100.3 218.51 -
System Red Green Blue C M Y K H S L
Decimal 200 18 24 0 0.91 0.88 0.22 358.02 0.83 0.43
Hex C8 12 18 0 5B 58 16 166 53 2B
Octal 310 22 30 0 133 130 26 546 123 53
Binary 11001000 10010 11000 0 1011011 1011000 10110 101100110 1010011 101011

Color Harmonies of #C81218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81218

Black with #C81218

Text Example


Text Example

White with #C81218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81218; }

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

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

background-color css

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

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

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

border-color css

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

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

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