Html Css Color HEX #C9061B Venetian Red

📋 copy color: '#C9061B'

red 201 ◦ green 6 ◦ blue 27

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

Shades of Venetian Red #C9061B

Tints of Venetian Red #C9061B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.54%

R = 85.9%
G = 2.56%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9061B (or 0xC9061B) is known color: Venetian Red. HEX triplet: C9, 06 and 1B. RGB value is (201,6,27). Sum of RGB (Red+Green+Blue) = 201+6+27=234 (30% of max value = 765). Red value is 201 (78.91% from 255 or 85.90% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 201 - color contains mainly: red. Hex color #C9061B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9061B is #36F9E4. Grayscale: #424242. Windows color (decimal): -3602917 or 1771209. OLE color: 1771209.

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

Color convert

RGB 201 6 27 -
CMYK 0 0.97 0.87 0.21
HSL 353.54º 0.94% 0.41% -
HSV(B) 353.54º 0.97% 0.79% -
XYZ 24.35 12.63 2.19 -
YUV 66.7 105.6 223.79 -
System Red Green Blue C M Y K H S L
Decimal 201 6 27 0 0.97 0.87 0.21 353.54 0.94 0.41
Hex C9 6 1B 0 61 57 15 162 5E 29
Octal 311 6 33 0 141 127 25 542 136 51
Binary 11001001 110 11011 0 1100001 1010111 10101 101100010 1011110 101001

Color Harmonies of #C9061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9061B

Black with #C9061B

Text Example


Text Example

White with #C9061B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9061B; }

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

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

background-color css

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

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

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

border-color css

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

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

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