Html Css Color HEX #C90426 Venetian Red

📋 copy color: '#C90426'

red 201 ◦ green 4 ◦ blue 38

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

Shades of Venetian Red #C90426

Tints of Venetian Red #C90426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.64%

R = 82.72%
G = 1.65%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C90426 (or 0xC90426) is known color: Venetian Red. HEX triplet: C9, 04 and 26. RGB value is (201,4,38). Sum of RGB (Red+Green+Blue) = 201+4+38=243 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.72% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 201 - color contains mainly: red. Hex color #C90426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90426 is #36FBD9. Grayscale: #424242. Windows color (decimal): -3603418 or 2491593. OLE color: 2491593.

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

Color convert

RGB 201 4 38 -
CMYK 0 0.98 0.81 0.21
HSL 349.64º 0.96% 0.4% -
HSV(B) 349.64º 0.98% 0.79% -
XYZ 24.48 12.64 2.98 -
YUV 66.78 111.77 223.74 -
System Red Green Blue C M Y K H S L
Decimal 201 4 38 0 0.98 0.81 0.21 349.64 0.96 0.4
Hex C9 4 26 0 62 51 15 15E 60 28
Octal 311 4 46 0 142 121 25 536 140 50
Binary 11001001 100 100110 0 1100010 1010001 10101 101011110 1100000 101000

Color Harmonies of #C90426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90426

Black with #C90426

Text Example


Text Example

White with #C90426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90426; }

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

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

background-color css

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

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

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

border-color css

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

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

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