Html Css Color HEX #C90023 Venetian Red

📋 copy color: '#C90023'

red 201 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #C90023

Tints of Venetian Red #C90023

RGB

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

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

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

R = 85.17%
G = 0%
B = 14.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C90023 (or 0xC90023) is known color: Venetian Red. HEX triplet: C9, 00 and 23. RGB value is (201,0,35). Sum of RGB (Red+Green+Blue) = 201+0+35=236 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.17% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 201 - color contains mainly: red. Hex color #C90023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90023 is #36FFDC. Grayscale: #404040. Windows color (decimal): -3604445 or 2293961. OLE color: 2293961.

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

Color convert

RGB 201 0 35 -
CMYK 0 1 0.83 0.21
HSL 349.55º 1% 0.39% -
HSV(B) 349.55º 1% 0.79% -
XYZ 24.39 12.54 2.72 -
YUV 64.09 111.59 225.65 -
System Red Green Blue C M Y K H S L
Decimal 201 0 35 0 1 0.83 0.21 349.55 1 0.39
Hex C9 0 23 0 64 53 15 15E 64 27
Octal 311 0 43 0 144 123 25 536 144 47
Binary 11001001 0 100011 0 1100100 1010011 10101 101011110 1100100 100111

Color Harmonies of #C90023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90023

Black with #C90023

Text Example


Text Example

White with #C90023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90023; }

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

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

background-color css

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

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

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

border-color css

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

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

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