Html Css Color HEX #C9032A Venetian Red

📋 copy color: '#C9032A'

red 201 ◦ green 3 ◦ blue 42

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

Shades of Venetian Red #C9032A

Tints of Venetian Red #C9032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 81.71%
G = 1.22%
B = 17.07%

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

#C9032A (or 0xC9032A) is known color: Venetian Red. HEX triplet: C9, 03 and 2A. RGB value is (201,3,42). Sum of RGB (Red+Green+Blue) = 201+3+42=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C9032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9032A is #36FCD5. Grayscale: #424242. Windows color (decimal): -3603670 or 2753481. OLE color: 2753481.

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

Color convert

RGB 201 3 42 -
CMYK 0 0.99 0.79 0.21
HSL 348.18º 0.97% 0.4% -
HSV(B) 348.18º 0.99% 0.79% -
XYZ 24.54 12.65 3.34 -
YUV 66.65 114.1 223.83 -
System Red Green Blue C M Y K H S L
Decimal 201 3 42 0 0.99 0.79 0.21 348.18 0.97 0.4
Hex C9 3 2A 0 63 4F 15 15C 61 28
Octal 311 3 52 0 143 117 25 534 141 50
Binary 11001001 11 101010 0 1100011 1001111 10101 101011100 1100001 101000

Color Harmonies of #C9032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9032A

Black with #C9032A

Text Example


Text Example

White with #C9032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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