Html Css Color HEX #C60225 Venetian Red

📋 copy color: '#C60225'

red 198 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #C60225

Tints of Venetian Red #C60225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 37 (14.84% from 255) = 15.61%

R = 83.54%
G = 0.84%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C60225 (or 0xC60225) is known color: Venetian Red. HEX triplet: C6, 02 and 25. RGB value is (198,2,37). Sum of RGB (Red+Green+Blue) = 198+2+37=237 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.54% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 198 - color contains mainly: red. Hex color #C60225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60225 is #39FDDA. Grayscale: #404040. Windows color (decimal): -3800539 or 2425542. OLE color: 2425542.

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

Color convert

RGB 198 2 37 -
CMYK 0 0.99 0.81 0.22
HSL 349.29º 0.98% 0.39% -
HSV(B) 349.29º 0.99% 0.78% -
XYZ 23.64 12.18 2.86 -
YUV 64.59 112.43 223.15 -
System Red Green Blue C M Y K H S L
Decimal 198 2 37 0 0.99 0.81 0.22 349.29 0.98 0.39
Hex C6 2 25 0 63 51 16 15D 62 27
Octal 306 2 45 0 143 121 26 535 142 47
Binary 11000110 10 100101 0 1100011 1010001 10110 101011101 1100010 100111

Color Harmonies of #C60225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60225

Black with #C60225

Text Example


Text Example

White with #C60225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60225; }

 p { color: rgb(198,2,37); }

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

background-color css

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

 a { background-color: rgb(198,2,37); }

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

border-color css

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

 span { border-color: rgb(198,2,37); }

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