Html Css Color HEX #C9002B Venetian Red

📋 copy color: '#C9002B'

red 201 ◦ green 0 ◦ blue 43

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

Shades of Venetian Red #C9002B

Tints of Venetian Red #C9002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.62%

R = 82.38%
G = 0%
B = 17.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9002B (or 0xC9002B) is known color: Venetian Red. HEX triplet: C9, 00 and 2B. RGB value is (201,0,43). Sum of RGB (Red+Green+Blue) = 201+0+43=244 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.38% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 201 - color contains mainly: red. Hex color #C9002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9002B is #36FFD4. Grayscale: #414141. Windows color (decimal): -3604437 or 2818249. OLE color: 2818249.

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

Color convert

RGB 201 0 43 -
CMYK 0 1 0.79 0.21
HSL 347.16º 1% 0.39% -
HSV(B) 347.16º 1% 0.79% -
XYZ 24.52 12.59 3.42 -
YUV 65 115.59 225 -
System Red Green Blue C M Y K H S L
Decimal 201 0 43 0 1 0.79 0.21 347.16 1 0.39
Hex C9 0 2B 0 64 4F 15 15B 64 27
Octal 311 0 53 0 144 117 25 533 144 47
Binary 11001001 0 101011 0 1100100 1001111 10101 101011011 1100100 100111

Color Harmonies of #C9002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9002B

Black with #C9002B

Text Example


Text Example

White with #C9002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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