Html Css Color HEX #C00425 Venetian Red

📋 copy color: '#C00425'

red 192 ◦ green 4 ◦ blue 37

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

Shades of Venetian Red #C00425

Tints of Venetian Red #C00425

RGB

 RED value IS 192 (75.39% from 255) = 82.4%

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

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

R = 82.4%
G = 1.72%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C00425 (or 0xC00425) is known color: Venetian Red. HEX triplet: C0, 04 and 25. RGB value is (192,4,37). Sum of RGB (Red+Green+Blue) = 192+4+37=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C00425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00425 is #3FFBDA. Grayscale: #404040. Windows color (decimal): -4193243 or 2426048. OLE color: 2426048.

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

Color convert

RGB 192 4 37 -
CMYK 0 0.98 0.81 0.25
HSL 349.47º 0.96% 0.38% -
HSV(B) 349.47º 0.98% 0.75% -
XYZ 22.12 11.43 2.79 -
YUV 63.97 112.78 219.32 -
System Red Green Blue C M Y K H S L
Decimal 192 4 37 0 0.98 0.81 0.25 349.47 0.96 0.38
Hex C0 4 25 0 62 51 19 15D 60 26
Octal 300 4 45 0 142 121 31 535 140 46
Binary 11000000 100 100101 0 1100010 1010001 11001 101011101 1100000 100110

Color Harmonies of #C00425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00425

Black with #C00425

Text Example


Text Example

White with #C00425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00425; }

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

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

background-color css

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

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

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

border-color css

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

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

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