Html Css Color HEX #C9032B Venetian Red

📋 copy color: '#C9032B'

red 201 ◦ green 3 ◦ blue 43

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

Shades of Venetian Red #C9032B

Tints of Venetian Red #C9032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

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

R = 81.38%
G = 1.21%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9032B (or 0xC9032B) is known color: Venetian Red. HEX triplet: C9, 03 and 2B. RGB value is (201,3,43). Sum of RGB (Red+Green+Blue) = 201+3+43=247 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.38% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 201 - color contains mainly: red. Hex color #C9032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9032B is #36FCD4. Grayscale: #424242. Windows color (decimal): -3603669 or 2819017. OLE color: 2819017.

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

Color convert

RGB 201 3 43 -
CMYK 0 0.99 0.79 0.21
HSL 347.88º 0.97% 0.4% -
HSV(B) 347.88º 0.99% 0.79% -
XYZ 24.56 12.66 3.43 -
YUV 66.76 114.6 223.75 -
System Red Green Blue C M Y K H S L
Decimal 201 3 43 0 0.99 0.79 0.21 347.88 0.97 0.4
Hex C9 3 2B 0 63 4F 15 15C 61 28
Octal 311 3 53 0 143 117 25 534 141 50
Binary 11001001 11 101011 0 1100011 1001111 10101 101011100 1100001 101000

Color Harmonies of #C9032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9032B

Black with #C9032B

Text Example


Text Example

White with #C9032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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