Html Css Color HEX #C80015 Venetian Red

📋 copy color: '#C80015'

red 200 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #C80015

Tints of Venetian Red #C80015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.5%

R = 90.5%
G = 0%
B = 9.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C80015 (or 0xC80015) is known color: Venetian Red. HEX triplet: C8, 00 and 15. RGB value is (200,0,21). Sum of RGB (Red+Green+Blue) = 200+0+21=221 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.50% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 200 - color contains mainly: red. Hex color #C80015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80015 is #37FFEA. Grayscale: #3E3E3E. Windows color (decimal): -3669995 or 1376456. OLE color: 1376456.

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

Color convert

RGB 200 0 21 -
CMYK 0 1 0.90 0.22
HSL 353.7º 1% 0.39% -
HSV(B) 353.7º 1% 0.78% -
XYZ 23.95 12.33 1.83 -
YUV 62.19 104.76 226.29 -
System Red Green Blue C M Y K H S L
Decimal 200 0 21 0 1 0.90 0.22 353.7 1 0.39
Hex C8 0 15 0 64 5A 16 162 64 27
Octal 310 0 25 0 144 132 26 542 144 47
Binary 11001000 0 10101 0 1100100 1011010 10110 101100010 1100100 100111

Color Harmonies of #C80015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80015

Black with #C80015

Text Example


Text Example

White with #C80015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80015; }

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

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

background-color css

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

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

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

border-color css

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

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

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