Html Css Color HEX #C60312 Venetian Red

📋 copy color: '#C60312'

red 198 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #C60312

Tints of Venetian Red #C60312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.22%

R = 90.41%
G = 1.37%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C60312 (or 0xC60312) is known color: Venetian Red. HEX triplet: C6, 03 and 12. RGB value is (198,3,18). Sum of RGB (Red+Green+Blue) = 198+3+18=219 (29% of max value = 765). Red value is 198 (77.73% from 255 or 90.41% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 198 - color contains mainly: red. Hex color #C60312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60312 is #39FCED. Grayscale: #3F3F3F. Windows color (decimal): -3800302 or 1180614. OLE color: 1180614.

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

Color convert

RGB 198 3 18 -
CMYK 0 0.98 0.91 0.22
HSL 355.38º 0.97% 0.39% -
HSV(B) 355.38º 0.98% 0.78% -
XYZ 23.43 12.11 1.68 -
YUV 63.02 102.6 224.28 -
System Red Green Blue C M Y K H S L
Decimal 198 3 18 0 0.98 0.91 0.22 355.38 0.97 0.39
Hex C6 3 12 0 62 5B 16 163 61 27
Octal 306 3 22 0 142 133 26 543 141 47
Binary 11000110 11 10010 0 1100010 1011011 10110 101100011 1100001 100111

Color Harmonies of #C60312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60312

Black with #C60312

Text Example


Text Example

White with #C60312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60312; }

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

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

background-color css

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

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

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

border-color css

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

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

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