Html Css Color HEX #C50306 Venetian Red

📋 copy color: '#C50306'

red 197 ◦ green 3 ◦ blue 6

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

Shades of Venetian Red #C50306

Tints of Venetian Red #C50306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 6 (2.73% from 255) = 2.91%

R = 95.63%
G = 1.46%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C50306 (or 0xC50306) is known color: Venetian Red. HEX triplet: C5, 03 and 06. RGB value is (197,3,6). Sum of RGB (Red+Green+Blue) = 197+3+6=206 (27% of max value = 765). Red value is 197 (77.34% from 255 or 95.63% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 197 - color contains mainly: red. Hex color #C50306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50306 is #3AFCF9. Grayscale: #3D3D3D. Windows color (decimal): -3865850 or 394181. OLE color: 394181.

HSL color Cylindrical-coordinate representation of color #C50306: hue angle of 359.07º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50306 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 3 6 -
CMYK 0 0.98 0.97 0.23
HSL 359.07º 0.97% 0.39% -
HSV(B) 359.07º 0.98% 0.77% -
XYZ 23.09 11.95 1.26 -
YUV 61.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 197 3 6 0 0.98 0.97 0.23 359.07 0.97 0.39
Hex C5 3 6 0 62 61 17 167 61 27
Octal 305 3 6 0 142 141 27 547 141 47
Binary 11000101 11 110 0 1100010 1100001 10111 101100111 1100001 100111

Color Harmonies of #C50306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50306

Black with #C50306

Text Example


Text Example

White with #C50306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50306; }

 p { color: rgb(197,3,6); }

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

background-color css

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

 a { background-color: rgb(197,3,6); }

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

border-color css

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

 span { border-color: rgb(197,3,6); }

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