Html Css Color HEX #C90623 Venetian Red

📋 copy color: '#C90623'

red 201 ◦ green 6 ◦ blue 35

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

Shades of Venetian Red #C90623

Tints of Venetian Red #C90623

RGB

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

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

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

R = 83.06%
G = 2.48%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C90623 (or 0xC90623) is known color: Venetian Red. HEX triplet: C9, 06 and 23. RGB value is (201,6,35). Sum of RGB (Red+Green+Blue) = 201+6+35=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C90623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90623 is #36F9DC. Grayscale: #434343. Windows color (decimal): -3602909 or 2295497. OLE color: 2295497.

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

Color convert

RGB 201 6 35 -
CMYK 0 0.97 0.83 0.21
HSL 351.08º 0.94% 0.41% -
HSV(B) 351.08º 0.97% 0.79% -
XYZ 24.46 12.67 2.75 -
YUV 67.61 109.6 223.14 -
System Red Green Blue C M Y K H S L
Decimal 201 6 35 0 0.97 0.83 0.21 351.08 0.94 0.41
Hex C9 6 23 0 61 53 15 15F 5E 29
Octal 311 6 43 0 141 123 25 537 136 51
Binary 11001001 110 100011 0 1100001 1010011 10101 101011111 1011110 101001

Color Harmonies of #C90623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90623

Black with #C90623

Text Example


Text Example

White with #C90623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90623; }

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

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

background-color css

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

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

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

border-color css

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

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

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