Html Css Color HEX #C9020D Venetian Red

📋 copy color: '#C9020D'

red 201 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #C9020D

Tints of Venetian Red #C9020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 13 (5.47% from 255) = 6.02%

R = 93.06%
G = 0.93%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9020D (or 0xC9020D) is known color: Venetian Red. HEX triplet: C9, 02 and 0D. RGB value is (201,2,13). Sum of RGB (Red+Green+Blue) = 201+2+13=216 (28% of max value = 765). Red value is 201 (78.91% from 255 or 93.06% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 201 - color contains mainly: red. Hex color #C9020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9020D is #36FDF2. Grayscale: #3E3E3E. Windows color (decimal): -3603955 or 852681. OLE color: 852681.

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

Color convert

RGB 201 2 13 -
CMYK 0 0.99 0.94 0.21
HSL 356.68º 0.98% 0.4% -
HSV(B) 356.68º 0.99% 0.79% -
XYZ 24.18 12.49 1.52 -
YUV 62.76 99.93 226.61 -
System Red Green Blue C M Y K H S L
Decimal 201 2 13 0 0.99 0.94 0.21 356.68 0.98 0.4
Hex C9 2 D 0 63 5E 15 165 62 28
Octal 311 2 15 0 143 136 25 545 142 50
Binary 11001001 10 1101 0 1100011 1011110 10101 101100101 1100010 101000

Color Harmonies of #C9020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9020D

Black with #C9020D

Text Example


Text Example

White with #C9020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9020D; }

 p { color: rgb(201,2,13); }

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

background-color css

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

 a { background-color: rgb(201,2,13); }

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

border-color css

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

 span { border-color: rgb(201,2,13); }

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