Html Css Color HEX #C50923 Venetian Red

📋 copy color: '#C50923'

red 197 ◦ green 9 ◦ blue 35

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

Shades of Venetian Red #C50923

Tints of Venetian Red #C50923

RGB

 RED value IS 197 (77.34% from 255) = 81.74%

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

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

R = 81.74%
G = 3.73%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C50923 (or 0xC50923) is known color: Venetian Red. HEX triplet: C5, 09 and 23. RGB value is (197,9,35). Sum of RGB (Red+Green+Blue) = 197+9+35=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C50923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50923 is #3AF6DC. Grayscale: #444444. Windows color (decimal): -3864285 or 2296261. OLE color: 2296261.

HSL color Cylindrical-coordinate representation of color #C50923: hue angle of 351.7º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50923 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 9 35 -
CMYK 0 0.95 0.82 0.23
HSL 351.7º 0.91% 0.4% -
HSV(B) 351.7º 0.95% 0.77% -
XYZ 23.43 12.19 2.71 -
YUV 68.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 197 9 35 0 0.95 0.82 0.23 351.7 0.91 0.4
Hex C5 9 23 0 5F 52 17 160 5B 28
Octal 305 11 43 0 137 122 27 540 133 50
Binary 11000101 1001 100011 0 1011111 1010010 10111 101100000 1011011 101000

Color Harmonies of #C50923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50923

Black with #C50923

Text Example


Text Example

White with #C50923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50923; }

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

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

background-color css

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

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

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

border-color css

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

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

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