Html Css Color HEX #C60D1F Venetian Red

📋 copy color: '#C60D1F'

red 198 ◦ green 13 ◦ blue 31

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

Shades of Venetian Red #C60D1F

Tints of Venetian Red #C60D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.37%

 BLUE value IS 31 (12.5% from 255) = 12.81%

R = 81.82%
G = 5.37%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C60D1F (or 0xC60D1F) is known color: Venetian Red. HEX triplet: C6, 0D and 1F. RGB value is (198,13,31). Sum of RGB (Red+Green+Blue) = 198+13+31=242 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.82% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D1F is #39F2E0. Grayscale: #464646. Windows color (decimal): -3797729 or 2035142. OLE color: 2035142.

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

Color convert

RGB 198 13 31 -
CMYK 0 0.93 0.84 0.22
HSL 354.16º 0.88% 0.41% -
HSV(B) 354.16º 0.93% 0.78% -
XYZ 23.68 12.39 2.44 -
YUV 70.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 198 13 31 0 0.93 0.84 0.22 354.16 0.88 0.41
Hex C6 D 1F 0 5D 54 16 162 58 29
Octal 306 15 37 0 135 124 26 542 130 51
Binary 11000110 1101 11111 0 1011101 1010100 10110 101100010 1011000 101001

Color Harmonies of #C60D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60D1F

Black with #C60D1F

Text Example


Text Example

White with #C60D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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