Html Css Color HEX #C90026 Venetian Red

📋 copy color: '#C90026'

red 201 ◦ green 0 ◦ blue 38

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

Shades of Venetian Red #C90026

Tints of Venetian Red #C90026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.1%
G = 0%
B = 15.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C90026 (or 0xC90026) is known color: Venetian Red. HEX triplet: C9, 00 and 26. RGB value is (201,0,38). Sum of RGB (Red+Green+Blue) = 201+0+38=239 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.10% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 201 - color contains mainly: red. Hex color #C90026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90026 is #36FFD9. Grayscale: #404040. Windows color (decimal): -3604442 or 2490569. OLE color: 2490569.

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

Color convert

RGB 201 0 38 -
CMYK 0 1 0.81 0.21
HSL 348.66º 1% 0.39% -
HSV(B) 348.66º 1% 0.79% -
XYZ 24.44 12.56 2.97 -
YUV 64.43 113.09 225.41 -
System Red Green Blue C M Y K H S L
Decimal 201 0 38 0 1 0.81 0.21 348.66 1 0.39
Hex C9 0 26 0 64 51 15 15D 64 27
Octal 311 0 46 0 144 121 25 535 144 47
Binary 11001001 0 100110 0 1100100 1010001 10101 101011101 1100100 100111

Color Harmonies of #C90026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90026

Black with #C90026

Text Example


Text Example

White with #C90026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90026; }

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

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

background-color css

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

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

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

border-color css

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

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

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