Html Css Color HEX #C80923 Venetian Red

📋 copy color: '#C80923'

red 200 ◦ green 9 ◦ blue 35

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

Shades of Venetian Red #C80923

Tints of Venetian Red #C80923

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.69%

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

R = 81.97%
G = 3.69%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C80923 (or 0xC80923) is known color: Venetian Red. HEX triplet: C8, 09 and 23. RGB value is (200,9,35). Sum of RGB (Red+Green+Blue) = 200+9+35=244 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.97% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 200 - color contains mainly: red. Hex color #C80923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80923 is #37F6DC. Grayscale: #454545. Windows color (decimal): -3667677 or 2296264. OLE color: 2296264.

HSL color Cylindrical-coordinate representation of color #C80923: hue angle of 351.83º degrees, saturation: 0.91, 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 #C80923 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 9 35 -
CMYK 0 0.96 0.82 0.22
HSL 351.83º 0.91% 0.41% -
HSV(B) 351.83º 0.96% 0.78% -
XYZ 24.22 12.6 2.74 -
YUV 69.07 108.78 221.39 -
System Red Green Blue C M Y K H S L
Decimal 200 9 35 0 0.96 0.82 0.22 351.83 0.91 0.41
Hex C8 9 23 0 60 52 16 160 5B 29
Octal 310 11 43 0 140 122 26 540 133 51
Binary 11001000 1001 100011 0 1100000 1010010 10110 101100000 1011011 101001

Color Harmonies of #C80923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80923

Black with #C80923

Text Example


Text Example

White with #C80923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80923; }

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

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

background-color css

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

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

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

border-color css

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

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

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