Html Css Color HEX #C90C1F Venetian Red

📋 copy color: '#C90C1F'

red 201 ◦ green 12 ◦ blue 31

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

Shades of Venetian Red #C90C1F

Tints of Venetian Red #C90C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.92%

 BLUE value IS 31 (12.5% from 255) = 12.7%

R = 82.38%
G = 4.92%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C90C1F (or 0xC90C1F) is known color: Venetian Red. HEX triplet: C9, 0C and 1F. RGB value is (201,12,31). Sum of RGB (Red+Green+Blue) = 201+12+31=244 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.38% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C1F is #36F3E0. Grayscale: #464646. Windows color (decimal): -3601377 or 2034889. OLE color: 2034889.

HSL color Cylindrical-coordinate representation of color #C90C1F: hue angle of 353.97º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90C1F is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 12 31 -
CMYK 0 0.94 0.85 0.21
HSL 353.97º 0.89% 0.42% -
HSV(B) 353.97º 0.94% 0.79% -
XYZ 24.47 12.78 2.47 -
YUV 70.68 105.62 220.96 -
System Red Green Blue C M Y K H S L
Decimal 201 12 31 0 0.94 0.85 0.21 353.97 0.89 0.42
Hex C9 C 1F 0 5E 55 15 162 59 2A
Octal 311 14 37 0 136 125 25 542 131 52
Binary 11001001 1100 11111 0 1011110 1010101 10101 101100010 1011001 101010

Color Harmonies of #C90C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90C1F

Black with #C90C1F

Text Example


Text Example

White with #C90C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90C1F; }

 p { color: rgb(201,12,31); }

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

background-color css

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

 a { background-color: rgb(201,12,31); }

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

border-color css

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

 span { border-color: rgb(201,12,31); }

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