Html Css Color HEX #C90626 Venetian Red

📋 copy color: '#C90626'

red 201 ◦ green 6 ◦ blue 38

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

Shades of Venetian Red #C90626

Tints of Venetian Red #C90626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

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

R = 82.04%
G = 2.45%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C90626 (or 0xC90626) is known color: Venetian Red. HEX triplet: C9, 06 and 26. RGB value is (201,6,38). Sum of RGB (Red+Green+Blue) = 201+6+38=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C90626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90626 is #36F9D9. Grayscale: #444444. Windows color (decimal): -3602906 or 2492105. OLE color: 2492105.

HSL color Cylindrical-coordinate representation of color #C90626: hue angle of 350.15º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90626 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 6 38 -
CMYK 0 0.97 0.81 0.21
HSL 350.15º 0.94% 0.41% -
HSV(B) 350.15º 0.97% 0.79% -
XYZ 24.5 12.69 2.99 -
YUV 67.95 111.1 222.9 -
System Red Green Blue C M Y K H S L
Decimal 201 6 38 0 0.97 0.81 0.21 350.15 0.94 0.41
Hex C9 6 26 0 61 51 15 15E 5E 29
Octal 311 6 46 0 141 121 25 536 136 51
Binary 11001001 110 100110 0 1100001 1010001 10101 101011110 1011110 101001

Color Harmonies of #C90626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90626

Black with #C90626

Text Example


Text Example

White with #C90626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90626; }

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

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

background-color css

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

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

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

border-color css

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

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

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