Html Css Color HEX #C9070A Venetian Red

📋 copy color: '#C9070A'

red 201 ◦ green 7 ◦ blue 10

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

Shades of Venetian Red #C9070A

Tints of Venetian Red #C9070A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.21%

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

R = 92.2%
G = 3.21%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9070A (or 0xC9070A) is known color: Venetian Red. HEX triplet: C9, 07 and 0A. RGB value is (201,7,10). Sum of RGB (Red+Green+Blue) = 201+7+10=218 (28% of max value = 765). Red value is 201 (78.91% from 255 or 92.20% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 201 - color contains mainly: red. Hex color #C9070A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9070A is #36F8F5. Grayscale: #414141. Windows color (decimal): -3602678 or 657353. OLE color: 657353.

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

Color convert

RGB 201 7 10 -
CMYK 0 0.97 0.95 0.21
HSL 359.07º 0.93% 0.41% -
HSV(B) 359.07º 0.97% 0.79% -
XYZ 24.22 12.59 1.44 -
YUV 65.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 201 7 10 0 0.97 0.95 0.21 359.07 0.93 0.41
Hex C9 7 A 0 61 5F 15 167 5D 29
Octal 311 7 12 0 141 137 25 547 135 51
Binary 11001001 111 1010 0 1100001 1011111 10101 101100111 1011101 101001

Color Harmonies of #C9070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9070A

Black with #C9070A

Text Example


Text Example

White with #C9070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9070A; }

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

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

background-color css

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

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

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

border-color css

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

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

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