Html Css Color HEX #C80026 Venetian Red

📋 copy color: '#C80026'

red 200 ◦ green 0 ◦ blue 38

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

Shades of Venetian Red #C80026

Tints of Venetian Red #C80026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.97%

R = 84.03%
G = 0%
B = 15.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C80026 (or 0xC80026) is known color: Venetian Red. HEX triplet: C8, 00 and 26. RGB value is (200,0,38). Sum of RGB (Red+Green+Blue) = 200+0+38=238 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.03% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 200 - color contains mainly: red. Hex color #C80026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80026 is #37FFD9. Grayscale: #404040. Windows color (decimal): -3669978 or 2490568. OLE color: 2490568.

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

Color convert

RGB 200 0 38 -
CMYK 0 1 0.81 0.22
HSL 348.6º 1% 0.39% -
HSV(B) 348.6º 1% 0.78% -
XYZ 24.17 12.42 2.96 -
YUV 64.13 113.26 224.91 -
System Red Green Blue C M Y K H S L
Decimal 200 0 38 0 1 0.81 0.22 348.6 1 0.39
Hex C8 0 26 0 64 51 16 15D 64 27
Octal 310 0 46 0 144 121 26 535 144 47
Binary 11001000 0 100110 0 1100100 1010001 10110 101011101 1100100 100111

Color Harmonies of #C80026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80026

Black with #C80026

Text Example


Text Example

White with #C80026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80026; }

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

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

background-color css

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

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

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

border-color css

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

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

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