Html Css Color HEX #C90523 Venetian Red

📋 copy color: '#C90523'

red 201 ◦ green 5 ◦ blue 35

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

Shades of Venetian Red #C90523

Tints of Venetian Red #C90523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 35 (14.06% from 255) = 14.52%

R = 83.4%
G = 2.07%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C90523 (or 0xC90523) is known color: Venetian Red. HEX triplet: C9, 05 and 23. RGB value is (201,5,35). Sum of RGB (Red+Green+Blue) = 201+5+35=241 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.40% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 201 - color contains mainly: red. Hex color #C90523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90523 is #36FADC. Grayscale: #434343. Windows color (decimal): -3603165 or 2295241. OLE color: 2295241.

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

Color convert

RGB 201 5 35 -
CMYK 0 0.98 0.83 0.21
HSL 350.82º 0.95% 0.4% -
HSV(B) 350.82º 0.98% 0.79% -
XYZ 24.45 12.65 2.74 -
YUV 67.02 109.93 223.56 -
System Red Green Blue C M Y K H S L
Decimal 201 5 35 0 0.98 0.83 0.21 350.82 0.95 0.4
Hex C9 5 23 0 62 53 15 15F 5F 28
Octal 311 5 43 0 142 123 25 537 137 50
Binary 11001001 101 100011 0 1100010 1010011 10101 101011111 1011111 101000

Color Harmonies of #C90523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90523

Black with #C90523

Text Example


Text Example

White with #C90523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90523; }

 p { color: rgb(201,5,35); }

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

background-color css

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

 a { background-color: rgb(201,5,35); }

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

border-color css

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

 span { border-color: rgb(201,5,35); }

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