Html Css Color HEX #C90014 Venetian Red

📋 copy color: '#C90014'

red 201 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #C90014

Tints of Venetian Red #C90014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.05%

R = 90.95%
G = 0%
B = 9.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C90014 (or 0xC90014) is known color: Venetian Red. HEX triplet: C9, 00 and 14. RGB value is (201,0,20). Sum of RGB (Red+Green+Blue) = 201+0+20=221 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.95% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 201 - color contains mainly: red. Hex color #C90014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90014 is #36FFEB. Grayscale: #3E3E3E. Windows color (decimal): -3604460 or 1310921. OLE color: 1310921.

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

Color convert

RGB 201 0 20 -
CMYK 0 1 0.90 0.21
HSL 354.03º 1% 0.39% -
HSV(B) 354.03º 1% 0.79% -
XYZ 24.21 12.47 1.79 -
YUV 62.38 104.09 226.87 -
System Red Green Blue C M Y K H S L
Decimal 201 0 20 0 1 0.90 0.21 354.03 1 0.39
Hex C9 0 14 0 64 5A 15 162 64 27
Octal 311 0 24 0 144 132 25 542 144 47
Binary 11001001 0 10100 0 1100100 1011010 10101 101100010 1100100 100111

Color Harmonies of #C90014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90014

Black with #C90014

Text Example


Text Example

White with #C90014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90014; }

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

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

background-color css

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

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

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

border-color css

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

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

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