Html Css Color HEX #C6001E Venetian Red

📋 copy color: '#C6001E'

red 198 ◦ green 0 ◦ blue 30

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

Shades of Venetian Red #C6001E

Tints of Venetian Red #C6001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.16%

R = 86.84%
G = 0%
B = 13.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6001E (or 0xC6001E) is known color: Venetian Red. HEX triplet: C6, 00 and 1E. RGB value is (198,0,30). Sum of RGB (Red+Green+Blue) = 198+0+30=228 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.84% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 198 - color contains mainly: red. Hex color #C6001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6001E is #39FFE1. Grayscale: #3E3E3E. Windows color (decimal): -3801058 or 1966278. OLE color: 1966278.

HSL color Cylindrical-coordinate representation of color #C6001E: hue angle of 350.91º 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 #C6001E is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 30 -
CMYK 0 1 0.85 0.22
HSL 350.91º 1% 0.39% -
HSV(B) 350.91º 1% 0.78% -
XYZ 23.52 12.1 2.32 -
YUV 62.62 109.6 224.56 -
System Red Green Blue C M Y K H S L
Decimal 198 0 30 0 1 0.85 0.22 350.91 1 0.39
Hex C6 0 1E 0 64 55 16 15F 64 27
Octal 306 0 36 0 144 125 26 537 144 47
Binary 11000110 0 11110 0 1100100 1010101 10110 101011111 1100100 100111

Color Harmonies of #C6001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6001E

Black with #C6001E

Text Example


Text Example

White with #C6001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6001E; }

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

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

background-color css

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

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

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

border-color css

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

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

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