Html Css Color HEX #C60306 Venetian Red

📋 copy color: '#C60306'

red 198 ◦ green 3 ◦ blue 6

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

Shades of Venetian Red #C60306

Tints of Venetian Red #C60306

RGB

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

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

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

R = 95.65%
G = 1.45%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C60306 (or 0xC60306) is known color: Venetian Red. HEX triplet: C6, 03 and 06. RGB value is (198,3,6). Sum of RGB (Red+Green+Blue) = 198+3+6=207 (27% of max value = 765). Red value is 198 (77.73% from 255 or 95.65% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 198 - color contains mainly: red. Hex color #C60306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60306 is #39FCF9. Grayscale: #3D3D3D. Windows color (decimal): -3800314 or 394182. OLE color: 394182.

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

Color convert

RGB 198 3 6 -
CMYK 0 0.98 0.97 0.22
HSL 359.08º 0.97% 0.39% -
HSV(B) 359.08º 0.98% 0.78% -
XYZ 23.35 12.08 1.27 -
YUV 61.65 96.6 225.26 -
System Red Green Blue C M Y K H S L
Decimal 198 3 6 0 0.98 0.97 0.22 359.08 0.97 0.39
Hex C6 3 6 0 62 61 16 167 61 27
Octal 306 3 6 0 142 141 26 547 141 47
Binary 11000110 11 110 0 1100010 1100001 10110 101100111 1100001 100111

Color Harmonies of #C60306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60306

Black with #C60306

Text Example


Text Example

White with #C60306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60306; }

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

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

background-color css

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

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

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

border-color css

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

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

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