Html Css Color HEX #C80A23 Venetian Red

📋 copy color: '#C80A23'

red 200 ◦ green 10 ◦ blue 35

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

Shades of Venetian Red #C80A23

Tints of Venetian Red #C80A23

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.08%

 BLUE value IS 35 (14.06% from 255) = 14.29%

R = 81.63%
G = 4.08%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C80A23 (or 0xC80A23) is known color: Venetian Red. HEX triplet: C8, 0A and 23. RGB value is (200,10,35). Sum of RGB (Red+Green+Blue) = 200+10+35=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A23 is #37F5DC. Grayscale: #454545. Windows color (decimal): -3667421 or 2296520. OLE color: 2296520.

HSL color Cylindrical-coordinate representation of color #C80A23: hue angle of 352.11º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80A23 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 10 35 -
CMYK 0 0.95 0.82 0.22
HSL 352.11º 0.9% 0.41% -
HSV(B) 352.11º 0.95% 0.78% -
XYZ 24.23 12.62 2.75 -
YUV 69.66 108.45 220.97 -
System Red Green Blue C M Y K H S L
Decimal 200 10 35 0 0.95 0.82 0.22 352.11 0.9 0.41
Hex C8 A 23 0 5F 52 16 160 5A 29
Octal 310 12 43 0 137 122 26 540 132 51
Binary 11001000 1010 100011 0 1011111 1010010 10110 101100000 1011010 101001

Color Harmonies of #C80A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80A23

Black with #C80A23

Text Example


Text Example

White with #C80A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80A23; }

 p { color: rgb(200,10,35); }

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

background-color css

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

 a { background-color: rgb(200,10,35); }

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

border-color css

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

 span { border-color: rgb(200,10,35); }

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