Html Css Color HEX #C90B21 Venetian Red

📋 copy color: '#C90B21'

red 201 ◦ green 11 ◦ blue 33

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

Shades of Venetian Red #C90B21

Tints of Venetian Red #C90B21

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.49%

 BLUE value IS 33 (13.28% from 255) = 13.47%

R = 82.04%
G = 4.49%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C90B21 (or 0xC90B21) is known color: Venetian Red. HEX triplet: C9, 0B and 21. RGB value is (201,11,33). Sum of RGB (Red+Green+Blue) = 201+11+33=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C90B21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90B21 is #36F4DE. Grayscale: #464646. Windows color (decimal): -3601631 or 2165705. OLE color: 2165705.

HSL color Cylindrical-coordinate representation of color #C90B21: hue angle of 353.05º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90B21 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 11 33 -
CMYK 0 0.95 0.84 0.21
HSL 353.05º 0.9% 0.42% -
HSV(B) 353.05º 0.95% 0.79% -
XYZ 24.48 12.77 2.61 -
YUV 70.32 106.95 221.21 -
System Red Green Blue C M Y K H S L
Decimal 201 11 33 0 0.95 0.84 0.21 353.05 0.9 0.42
Hex C9 B 21 0 5F 54 15 161 5A 2A
Octal 311 13 41 0 137 124 25 541 132 52
Binary 11001001 1011 100001 0 1011111 1010100 10101 101100001 1011010 101010

Color Harmonies of #C90B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90B21

Black with #C90B21

Text Example


Text Example

White with #C90B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90B21; }

 p { color: rgb(201,11,33); }

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

background-color css

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

 a { background-color: rgb(201,11,33); }

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

border-color css

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

 span { border-color: rgb(201,11,33); }

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