Html Css Color HEX #C90425 Venetian Red

📋 copy color: '#C90425'

red 201 ◦ green 4 ◦ blue 37

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

Shades of Venetian Red #C90425

Tints of Venetian Red #C90425

RGB

 RED value IS 201 (78.91% from 255) = 83.06%

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

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

R = 83.06%
G = 1.65%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C90425 (or 0xC90425) is known color: Venetian Red. HEX triplet: C9, 04 and 25. RGB value is (201,4,37). Sum of RGB (Red+Green+Blue) = 201+4+37=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C90425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90425 is #36FBDA. Grayscale: #424242. Windows color (decimal): -3603419 or 2426057. OLE color: 2426057.

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

Color convert

RGB 201 4 37 -
CMYK 0 0.98 0.82 0.21
HSL 349.95º 0.96% 0.4% -
HSV(B) 349.95º 0.98% 0.79% -
XYZ 24.46 12.64 2.9 -
YUV 66.67 111.27 223.82 -
System Red Green Blue C M Y K H S L
Decimal 201 4 37 0 0.98 0.82 0.21 349.95 0.96 0.4
Hex C9 4 25 0 62 52 15 15E 60 28
Octal 311 4 45 0 142 122 25 536 140 50
Binary 11001001 100 100101 0 1100010 1010010 10101 101011110 1100000 101000

Color Harmonies of #C90425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90425

Black with #C90425

Text Example


Text Example

White with #C90425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90425; }

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

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

background-color css

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

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

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

border-color css

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

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

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