Html Css Color HEX #C90127 Venetian Red

📋 copy color: '#C90127'

red 201 ◦ green 1 ◦ blue 39

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

Shades of Venetian Red #C90127

Tints of Venetian Red #C90127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 83.4%
G = 0.41%
B = 16.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C90127 (or 0xC90127) is known color: Venetian Red. HEX triplet: C9, 01 and 27. RGB value is (201,1,39). Sum of RGB (Red+Green+Blue) = 201+1+39=241 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.40% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 201 - color contains mainly: red. Hex color #C90127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90127 is #36FED8. Grayscale: #414141. Windows color (decimal): -3604185 or 2556361. OLE color: 2556361.

HSL color Cylindrical-coordinate representation of color #C90127: hue angle of 348.6º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90127 is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 1 39 -
CMYK 0 1.00 0.81 0.21
HSL 348.6º 0.99% 0.4% -
HSV(B) 348.6º 1% 0.79% -
XYZ 24.46 12.59 3.06 -
YUV 65.13 113.26 224.91 -
System Red Green Blue C M Y K H S L
Decimal 201 1 39 0 1.00 0.81 0.21 348.6 0.99 0.4
Hex C9 1 27 0 64 51 15 15D 63 28
Octal 311 1 47 0 144 121 25 535 143 50
Binary 11001001 1 100111 0 1100100 1010001 10101 101011101 1100011 101000

Color Harmonies of #C90127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90127

Black with #C90127

Text Example


Text Example

White with #C90127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90127; }

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

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

background-color css

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

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

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

border-color css

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

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

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