Html Css Color HEX #C9002D Venetian Red

📋 copy color: '#C9002D'

red 201 ◦ green 0 ◦ blue 45

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

Shades of Venetian Red #C9002D

Tints of Venetian Red #C9002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.29%

R = 81.71%
G = 0%
B = 18.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9002D (or 0xC9002D) is known color: Venetian Red. HEX triplet: C9, 00 and 2D. RGB value is (201,0,45). Sum of RGB (Red+Green+Blue) = 201+0+45=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C9002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9002D is #36FFD2. Grayscale: #414141. Windows color (decimal): -3604435 or 2949321. OLE color: 2949321.

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

Color convert

RGB 201 0 45 -
CMYK 0 1 0.78 0.21
HSL 346.57º 1% 0.39% -
HSV(B) 346.57º 1% 0.79% -
XYZ 24.56 12.61 3.62 -
YUV 65.23 116.59 224.84 -
System Red Green Blue C M Y K H S L
Decimal 201 0 45 0 1 0.78 0.21 346.57 1 0.39
Hex C9 0 2D 0 64 4E 15 15B 64 27
Octal 311 0 55 0 144 116 25 533 144 47
Binary 11001001 0 101101 0 1100100 1001110 10101 101011011 1100100 100111

Color Harmonies of #C9002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9002D

Black with #C9002D

Text Example


Text Example

White with #C9002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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