Html Css Color HEX #C6000D Venetian Red

📋 copy color: '#C6000D'

red 198 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #C6000D

Tints of Venetian Red #C6000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.84%
G = 0%
B = 6.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6000D (or 0xC6000D) is known color: Venetian Red. HEX triplet: C6, 00 and 0D. RGB value is (198,0,13). Sum of RGB (Red+Green+Blue) = 198+0+13=211 (27% of max value = 765). Red value is 198 (77.73% from 255 or 93.84% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 198 - color contains mainly: red. Hex color #C6000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6000D is #39FFF2. Grayscale: #3C3C3C. Windows color (decimal): -3801075 or 852166. OLE color: 852166.

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

Color convert

RGB 198 0 13 -
CMYK 0 1 0.93 0.22
HSL 356.06º 1% 0.39% -
HSV(B) 356.06º 1% 0.78% -
XYZ 23.36 12.03 1.47 -
YUV 60.68 101.1 225.94 -
System Red Green Blue C M Y K H S L
Decimal 198 0 13 0 1 0.93 0.22 356.06 1 0.39
Hex C6 0 D 0 64 5D 16 164 64 27
Octal 306 0 15 0 144 135 26 544 144 47
Binary 11000110 0 1101 0 1100100 1011101 10110 101100100 1100100 100111

Color Harmonies of #C6000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6000D

Black with #C6000D

Text Example


Text Example

White with #C6000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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