Html Css Color HEX #C6002D Venetian Red

📋 copy color: '#C6002D'

red 198 ◦ green 0 ◦ blue 45

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

Shades of Venetian Red #C6002D

Tints of Venetian Red #C6002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.52%

R = 81.48%
G = 0%
B = 18.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6002D (or 0xC6002D) is known color: Venetian Red. HEX triplet: C6, 00 and 2D. RGB value is (198,0,45). Sum of RGB (Red+Green+Blue) = 198+0+45=243 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.48% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 198 - color contains mainly: red. Hex color #C6002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6002D is #39FFD2. Grayscale: #404040. Windows color (decimal): -3801043 or 2949318. OLE color: 2949318.

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

Color convert

RGB 198 0 45 -
CMYK 0 1 0.77 0.22
HSL 346.36º 1% 0.39% -
HSV(B) 346.36º 1% 0.78% -
XYZ 23.76 12.2 3.58 -
YUV 64.33 117.1 223.34 -
System Red Green Blue C M Y K H S L
Decimal 198 0 45 0 1 0.77 0.22 346.36 1 0.39
Hex C6 0 2D 0 64 4D 16 15A 64 27
Octal 306 0 55 0 144 115 26 532 144 47
Binary 11000110 0 101101 0 1100100 1001101 10110 101011010 1100100 100111

Color Harmonies of #C6002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6002D

Black with #C6002D

Text Example


Text Example

White with #C6002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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