Html Css Color HEX #C80018 Venetian Red

📋 copy color: '#C80018'

red 200 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #C80018

Tints of Venetian Red #C80018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.29%
G = 0%
B = 10.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C80018 (or 0xC80018) is known color: Venetian Red. HEX triplet: C8, 00 and 18. RGB value is (200,0,24). Sum of RGB (Red+Green+Blue) = 200+0+24=224 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.29% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 200 - color contains mainly: red. Hex color #C80018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80018 is #37FFE7. Grayscale: #3E3E3E. Windows color (decimal): -3669992 or 1573064. OLE color: 1573064.

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

Color convert

RGB 200 0 24 -
CMYK 0 1 0.88 0.22
HSL 352.8º 1% 0.39% -
HSV(B) 352.8º 1% 0.78% -
XYZ 23.98 12.35 1.98 -
YUV 62.54 106.26 226.05 -
System Red Green Blue C M Y K H S L
Decimal 200 0 24 0 1 0.88 0.22 352.8 1 0.39
Hex C8 0 18 0 64 58 16 161 64 27
Octal 310 0 30 0 144 130 26 541 144 47
Binary 11001000 0 11000 0 1100100 1011000 10110 101100001 1100100 100111

Color Harmonies of #C80018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80018

Black with #C80018

Text Example


Text Example

White with #C80018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80018; }

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

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

background-color css

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

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

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

border-color css

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

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

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