Html Css Color HEX #C90027 Venetian Red

📋 copy color: '#C90027'

red 201 ◦ green 0 ◦ blue 39

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

Shades of Venetian Red #C90027

Tints of Venetian Red #C90027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.25%

R = 83.75%
G = 0%
B = 16.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C90027 (or 0xC90027) is known color: Venetian Red. HEX triplet: C9, 00 and 27. RGB value is (201,0,39). Sum of RGB (Red+Green+Blue) = 201+0+39=240 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.75% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 201 - color contains mainly: red. Hex color #C90027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90027 is #36FFD8. Grayscale: #404040. Windows color (decimal): -3604441 or 2556105. OLE color: 2556105.

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

Color convert

RGB 201 0 39 -
CMYK 0 1 0.81 0.21
HSL 348.36º 1% 0.39% -
HSV(B) 348.36º 1% 0.79% -
XYZ 24.45 12.56 3.06 -
YUV 64.55 113.59 225.33 -
System Red Green Blue C M Y K H S L
Decimal 201 0 39 0 1 0.81 0.21 348.36 1 0.39
Hex C9 0 27 0 64 51 15 15C 64 27
Octal 311 0 47 0 144 121 25 534 144 47
Binary 11001001 0 100111 0 1100100 1010001 10101 101011100 1100100 100111

Color Harmonies of #C90027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90027

Black with #C90027

Text Example


Text Example

White with #C90027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90027; }

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

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

background-color css

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

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

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

border-color css

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

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

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