Html Css Color HEX #C9070C Venetian Red

📋 copy color: '#C9070C'

red 201 ◦ green 7 ◦ blue 12

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

Shades of Venetian Red #C9070C

Tints of Venetian Red #C9070C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.45%

R = 91.36%
G = 3.18%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9070C (or 0xC9070C) is known color: Venetian Red. HEX triplet: C9, 07 and 0C. RGB value is (201,7,12). Sum of RGB (Red+Green+Blue) = 201+7+12=220 (29% of max value = 765). Red value is 201 (78.91% from 255 or 91.36% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 201 - color contains mainly: red. Hex color #C9070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9070C is #36F8F3. Grayscale: #414141. Windows color (decimal): -3602676 or 788425. OLE color: 788425.

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

Color convert

RGB 201 7 12 -
CMYK 0 0.97 0.94 0.21
HSL 358.45º 0.93% 0.41% -
HSV(B) 358.45º 0.97% 0.79% -
XYZ 24.23 12.6 1.5 -
YUV 65.58 97.77 224.59 -
System Red Green Blue C M Y K H S L
Decimal 201 7 12 0 0.97 0.94 0.21 358.45 0.93 0.41
Hex C9 7 C 0 61 5E 15 166 5D 29
Octal 311 7 14 0 141 136 25 546 135 51
Binary 11001001 111 1100 0 1100001 1011110 10101 101100110 1011101 101001

Color Harmonies of #C9070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9070C

Black with #C9070C

Text Example


Text Example

White with #C9070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9070C; }

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

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

background-color css

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

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

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

border-color css

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

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

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