Html Css Color HEX #C6050D Venetian Red

📋 copy color: '#C6050D'

red 198 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #C6050D

Tints of Venetian Red #C6050D

RGB

 RED value IS 198 (77.73% from 255) = 91.67%

 GREEN value IS 5 (2.34% from 255) = 2.31%

 BLUE value IS 13 (5.47% from 255) = 6.02%

R = 91.67%
G = 2.31%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6050D (or 0xC6050D) is known color: Venetian Red. HEX triplet: C6, 05 and 0D. RGB value is (198,5,13). Sum of RGB (Red+Green+Blue) = 198+5+13=216 (28% of max value = 765). Red value is 198 (77.73% from 255 or 91.67% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 198 - color contains mainly: red. Hex color #C6050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6050D is #39FAF2. Grayscale: #3F3F3F. Windows color (decimal): -3799795 or 853446. OLE color: 853446.

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

Color convert

RGB 198 5 13 -
CMYK 0 0.97 0.93 0.22
HSL 357.51º 0.95% 0.4% -
HSV(B) 357.51º 0.97% 0.78% -
XYZ 23.42 12.14 1.49 -
YUV 63.62 99.44 223.85 -
System Red Green Blue C M Y K H S L
Decimal 198 5 13 0 0.97 0.93 0.22 357.51 0.95 0.4
Hex C6 5 D 0 61 5D 16 166 5F 28
Octal 306 5 15 0 141 135 26 546 137 50
Binary 11000110 101 1101 0 1100001 1011101 10110 101100110 1011111 101000

Color Harmonies of #C6050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6050D

Black with #C6050D

Text Example


Text Example

White with #C6050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6050D; }

 p { color: rgb(198,5,13); }

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

background-color css

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

 a { background-color: rgb(198,5,13); }

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

border-color css

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

 span { border-color: rgb(198,5,13); }

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