Html Css Color HEX #C9010A Venetian Red

📋 copy color: '#C9010A'

red 201 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #C9010A

Tints of Venetian Red #C9010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 10 (4.3% from 255) = 4.72%

R = 94.81%
G = 0.47%
B = 4.72%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9010A (or 0xC9010A) is known color: Venetian Red. HEX triplet: C9, 01 and 0A. RGB value is (201,1,10). Sum of RGB (Red+Green+Blue) = 201+1+10=212 (28% of max value = 765). Red value is 201 (78.91% from 255 or 94.81% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 201 - color contains mainly: red. Hex color #C9010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9010A is #36FEF5. Grayscale: #3D3D3D. Windows color (decimal): -3604214 or 655817. OLE color: 655817.

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

Color convert

RGB 201 1 10 -
CMYK 0 1.00 0.95 0.21
HSL 357.3º 0.99% 0.4% -
HSV(B) 357.3º 1% 0.79% -
XYZ 24.15 12.46 1.42 -
YUV 61.83 98.76 227.27 -
System Red Green Blue C M Y K H S L
Decimal 201 1 10 0 1.00 0.95 0.21 357.3 0.99 0.4
Hex C9 1 A 0 64 5F 15 165 63 28
Octal 311 1 12 0 144 137 25 545 143 50
Binary 11001001 1 1010 0 1100100 1011111 10101 101100101 1100011 101000

Color Harmonies of #C9010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9010A

Black with #C9010A

Text Example


Text Example

White with #C9010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9010A; }

 p { color: rgb(201,1,10); }

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

background-color css

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

 a { background-color: rgb(201,1,10); }

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

border-color css

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

 span { border-color: rgb(201,1,10); }

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