Html Css Color HEX #C70425 Venetian Red

📋 copy color: '#C70425'

red 199 ◦ green 4 ◦ blue 37

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

Shades of Venetian Red #C70425

Tints of Venetian Red #C70425

RGB

 RED value IS 199 (78.13% from 255) = 82.92%

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 82.92%
G = 1.67%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C70425 (or 0xC70425) is known color: Venetian Red. HEX triplet: C7, 04 and 25. RGB value is (199,4,37). Sum of RGB (Red+Green+Blue) = 199+4+37=240 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.92% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 199 - color contains mainly: red. Hex color #C70425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70425 is #38FBDA. Grayscale: #424242. Windows color (decimal): -3734491 or 2426055. OLE color: 2426055.

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

Color convert

RGB 199 4 37 -
CMYK 0 0.98 0.81 0.22
HSL 349.85º 0.96% 0.4% -
HSV(B) 349.85º 0.98% 0.78% -
XYZ 23.93 12.36 2.88 -
YUV 66.07 111.6 222.82 -
System Red Green Blue C M Y K H S L
Decimal 199 4 37 0 0.98 0.81 0.22 349.85 0.96 0.4
Hex C7 4 25 0 62 51 16 15E 60 28
Octal 307 4 45 0 142 121 26 536 140 50
Binary 11000111 100 100101 0 1100010 1010001 10110 101011110 1100000 101000

Color Harmonies of #C70425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70425

Black with #C70425

Text Example


Text Example

White with #C70425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70425; }

 p { color: rgb(199,4,37); }

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

background-color css

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

 a { background-color: rgb(199,4,37); }

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

border-color css

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

 span { border-color: rgb(199,4,37); }

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