Html Css Color HEX #C9070F Venetian Red

📋 copy color: '#C9070F'

red 201 ◦ green 7 ◦ blue 15

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

Shades of Venetian Red #C9070F

Tints of Venetian Red #C9070F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.73%

R = 90.13%
G = 3.14%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9070F (or 0xC9070F) is known color: Venetian Red. HEX triplet: C9, 07 and 0F. RGB value is (201,7,15). Sum of RGB (Red+Green+Blue) = 201+7+15=223 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.13% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 201 - color contains mainly: red. Hex color #C9070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9070F is #36F8F0. Grayscale: #424242. Windows color (decimal): -3602673 or 985033. OLE color: 985033.

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

Color convert

RGB 201 7 15 -
CMYK 0 0.97 0.93 0.21
HSL 357.53º 0.93% 0.41% -
HSV(B) 357.53º 0.97% 0.79% -
XYZ 24.25 12.6 1.61 -
YUV 65.92 99.27 224.35 -
System Red Green Blue C M Y K H S L
Decimal 201 7 15 0 0.97 0.93 0.21 357.53 0.93 0.41
Hex C9 7 F 0 61 5D 15 166 5D 29
Octal 311 7 17 0 141 135 25 546 135 51
Binary 11001001 111 1111 0 1100001 1011101 10101 101100110 1011101 101001

Color Harmonies of #C9070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9070F

Black with #C9070F

Text Example


Text Example

White with #C9070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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