Html Css Color HEX #C9001D Venetian Red

📋 copy color: '#C9001D'

red 201 ◦ green 0 ◦ blue 29

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

Shades of Venetian Red #C9001D

Tints of Venetian Red #C9001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.61%

R = 87.39%
G = 0%
B = 12.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9001D (or 0xC9001D) is known color: Venetian Red. HEX triplet: C9, 00 and 1D. RGB value is (201,0,29). Sum of RGB (Red+Green+Blue) = 201+0+29=230 (30% of max value = 765). Red value is 201 (78.91% from 255 or 87.39% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 201 - color contains mainly: red. Hex color #C9001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9001D is #36FFE2. Grayscale: #3F3F3F. Windows color (decimal): -3604451 or 1900745. OLE color: 1900745.

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

Color convert

RGB 201 0 29 -
CMYK 0 1 0.86 0.21
HSL 351.34º 1% 0.39% -
HSV(B) 351.34º 1% 0.79% -
XYZ 24.31 12.51 2.3 -
YUV 63.41 108.59 226.14 -
System Red Green Blue C M Y K H S L
Decimal 201 0 29 0 1 0.86 0.21 351.34 1 0.39
Hex C9 0 1D 0 64 56 15 15F 64 27
Octal 311 0 35 0 144 126 25 537 144 47
Binary 11001001 0 11101 0 1100100 1010110 10101 101011111 1100100 100111

Color Harmonies of #C9001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9001D

Black with #C9001D

Text Example


Text Example

White with #C9001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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