Html Css Color HEX #C9051A Venetian Red

📋 copy color: '#C9051A'

red 201 ◦ green 5 ◦ blue 26

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

Shades of Venetian Red #C9051A

Tints of Venetian Red #C9051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 86.64%
G = 2.16%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9051A (or 0xC9051A) is known color: Venetian Red. HEX triplet: C9, 05 and 1A. RGB value is (201,5,26). Sum of RGB (Red+Green+Blue) = 201+5+26=232 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.64% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 201 - color contains mainly: red. Hex color #C9051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9051A is #36FAE5. Grayscale: #424242. Windows color (decimal): -3603174 or 1705417. OLE color: 1705417.

HSL color Cylindrical-coordinate representation of color #C9051A: hue angle of 353.57º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9051A is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 26 -
CMYK 0 0.98 0.87 0.21
HSL 353.57º 0.95% 0.4% -
HSV(B) 353.57º 0.98% 0.79% -
XYZ 24.33 12.6 2.13 -
YUV 66 105.43 224.29 -
System Red Green Blue C M Y K H S L
Decimal 201 5 26 0 0.98 0.87 0.21 353.57 0.95 0.4
Hex C9 5 1A 0 62 57 15 162 5F 28
Octal 311 5 32 0 142 127 25 542 137 50
Binary 11001001 101 11010 0 1100010 1010111 10101 101100010 1011111 101000

Color Harmonies of #C9051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9051A

Black with #C9051A

Text Example


Text Example

White with #C9051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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