Html Css Color HEX #C6010F Venetian Red

📋 copy color: '#C6010F'

red 198 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #C6010F

Tints of Venetian Red #C6010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 15 (6.25% from 255) = 7.01%

R = 92.52%
G = 0.47%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6010F (or 0xC6010F) is known color: Venetian Red. HEX triplet: C6, 01 and 0F. RGB value is (198,1,15). Sum of RGB (Red+Green+Blue) = 198+1+15=214 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.52% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 198 - color contains mainly: red. Hex color #C6010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6010F is #39FEF0. Grayscale: #3D3D3D. Windows color (decimal): -3800817 or 983494. OLE color: 983494.

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

Color convert

RGB 198 1 15 -
CMYK 0 0.99 0.92 0.22
HSL 355.74º 0.99% 0.39% -
HSV(B) 355.74º 0.99% 0.78% -
XYZ 23.39 12.06 1.55 -
YUV 61.5 101.77 225.36 -
System Red Green Blue C M Y K H S L
Decimal 198 1 15 0 0.99 0.92 0.22 355.74 0.99 0.39
Hex C6 1 F 0 63 5C 16 164 63 27
Octal 306 1 17 0 143 134 26 544 143 47
Binary 11000110 1 1111 0 1100011 1011100 10110 101100100 1100011 100111

Color Harmonies of #C6010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6010F

Black with #C6010F

Text Example


Text Example

White with #C6010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6010F; }

 p { color: rgb(198,1,15); }

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

background-color css

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

 a { background-color: rgb(198,1,15); }

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

border-color css

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

 span { border-color: rgb(198,1,15); }

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