Html Css Color HEX #C90423 Venetian Red

📋 copy color: '#C90423'

red 201 ◦ green 4 ◦ blue 35

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

Shades of Venetian Red #C90423

Tints of Venetian Red #C90423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 83.75%
G = 1.67%
B = 14.58%

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

#C90423 (or 0xC90423) is known color: Venetian Red. HEX triplet: C9, 04 and 23. RGB value is (201,4,35). Sum of RGB (Red+Green+Blue) = 201+4+35=240 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.75% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 201 - color contains mainly: red. Hex color #C90423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90423 is #36FBDC. Grayscale: #424242. Windows color (decimal): -3603421 or 2294985. OLE color: 2294985.

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

Color convert

RGB 201 4 35 -
CMYK 0 0.98 0.83 0.21
HSL 350.56º 0.96% 0.4% -
HSV(B) 350.56º 0.98% 0.79% -
XYZ 24.43 12.63 2.74 -
YUV 66.44 110.27 223.98 -
System Red Green Blue C M Y K H S L
Decimal 201 4 35 0 0.98 0.83 0.21 350.56 0.96 0.4
Hex C9 4 23 0 62 53 15 15F 60 28
Octal 311 4 43 0 142 123 25 537 140 50
Binary 11001001 100 100011 0 1100010 1010011 10101 101011111 1100000 101000

Color Harmonies of #C90423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90423

Black with #C90423

Text Example


Text Example

White with #C90423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90423; }

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

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

background-color css

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

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

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

border-color css

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

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

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