Html Css Color HEX #C9061A Venetian Red

📋 copy color: '#C9061A'

red 201 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #C9061A

Tints of Venetian Red #C9061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 86.27%
G = 2.58%
B = 11.16%

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

#C9061A (or 0xC9061A) is known color: Venetian Red. HEX triplet: C9, 06 and 1A. RGB value is (201,6,26). Sum of RGB (Red+Green+Blue) = 201+6+26=233 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.27% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 201 - color contains mainly: red. Hex color #C9061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9061A is #36F9E5. Grayscale: #424242. Windows color (decimal): -3602918 or 1705673. OLE color: 1705673.

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

Color convert

RGB 201 6 26 -
CMYK 0 0.97 0.87 0.21
HSL 353.85º 0.94% 0.41% -
HSV(B) 353.85º 0.97% 0.79% -
XYZ 24.34 12.62 2.13 -
YUV 66.59 105.1 223.87 -
System Red Green Blue C M Y K H S L
Decimal 201 6 26 0 0.97 0.87 0.21 353.85 0.94 0.41
Hex C9 6 1A 0 61 57 15 162 5E 29
Octal 311 6 32 0 141 127 25 542 136 51
Binary 11001001 110 11010 0 1100001 1010111 10101 101100010 1011110 101001

Color Harmonies of #C9061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9061A

Black with #C9061A

Text Example


Text Example

White with #C9061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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