Html Css Color HEX #C80318 Venetian Red

📋 copy color: '#C80318'

red 200 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #C80318

Tints of Venetian Red #C80318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

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

R = 88.11%
G = 1.32%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C80318 (or 0xC80318) is known color: Venetian Red. HEX triplet: C8, 03 and 18. RGB value is (200,3,24). Sum of RGB (Red+Green+Blue) = 200+3+24=227 (30% of max value = 765). Red value is 200 (78.52% from 255 or 88.11% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 200 - color contains mainly: red. Hex color #C80318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80318 is #37FCE7. Grayscale: #404040. Windows color (decimal): -3669224 or 1573832. OLE color: 1573832.

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

Color convert

RGB 200 3 24 -
CMYK 0 0.98 0.88 0.22
HSL 353.6º 0.97% 0.4% -
HSV(B) 353.6º 0.99% 0.78% -
XYZ 24.02 12.41 1.99 -
YUV 64.3 105.27 224.79 -
System Red Green Blue C M Y K H S L
Decimal 200 3 24 0 0.98 0.88 0.22 353.6 0.97 0.4
Hex C8 3 18 0 62 58 16 162 61 28
Octal 310 3 30 0 142 130 26 542 141 50
Binary 11001000 11 11000 0 1100010 1011000 10110 101100010 1100001 101000

Color Harmonies of #C80318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80318

Black with #C80318

Text Example


Text Example

White with #C80318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80318; }

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

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

background-color css

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

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

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

border-color css

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

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

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