Html Css Color HEX #C9061D Venetian Red

📋 copy color: '#C9061D'

red 201 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #C9061D

Tints of Venetian Red #C9061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.54%

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

R = 85.17%
G = 2.54%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9061D (or 0xC9061D) is known color: Venetian Red. HEX triplet: C9, 06 and 1D. RGB value is (201,6,29). Sum of RGB (Red+Green+Blue) = 201+6+29=236 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.17% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 201 - color contains mainly: red. Hex color #C9061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9061D is #36F9E2. Grayscale: #434343. Windows color (decimal): -3602915 or 1902281. OLE color: 1902281.

HSL color Cylindrical-coordinate representation of color #C9061D: hue angle of 352.92º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9061D is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 6 29 -
CMYK 0 0.97 0.86 0.21
HSL 352.92º 0.94% 0.41% -
HSV(B) 352.92º 0.97% 0.79% -
XYZ 24.37 12.64 2.32 -
YUV 66.93 106.6 223.63 -
System Red Green Blue C M Y K H S L
Decimal 201 6 29 0 0.97 0.86 0.21 352.92 0.94 0.41
Hex C9 6 1D 0 61 56 15 161 5E 29
Octal 311 6 35 0 141 126 25 541 136 51
Binary 11001001 110 11101 0 1100001 1010110 10101 101100001 1011110 101001

Color Harmonies of #C9061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9061D

Black with #C9061D

Text Example


Text Example

White with #C9061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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