Html Css Color HEX #C9071F Venetian Red

📋 copy color: '#C9071F'

red 201 ◦ green 7 ◦ blue 31

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

Shades of Venetian Red #C9071F

Tints of Venetian Red #C9071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.97%

R = 84.1%
G = 2.93%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9071F (or 0xC9071F) is known color: Venetian Red. HEX triplet: C9, 07 and 1F. RGB value is (201,7,31). Sum of RGB (Red+Green+Blue) = 201+7+31=239 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.10% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 201 - color contains mainly: red. Hex color #C9071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9071F is #36F8E0. Grayscale: #434343. Windows color (decimal): -3602657 or 2033609. OLE color: 2033609.

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

Color convert

RGB 201 7 31 -
CMYK 0 0.97 0.85 0.21
HSL 352.58º 0.93% 0.41% -
HSV(B) 352.58º 0.97% 0.79% -
XYZ 24.41 12.67 2.45 -
YUV 67.74 107.27 223.05 -
System Red Green Blue C M Y K H S L
Decimal 201 7 31 0 0.97 0.85 0.21 352.58 0.93 0.41
Hex C9 7 1F 0 61 55 15 161 5D 29
Octal 311 7 37 0 141 125 25 541 135 51
Binary 11001001 111 11111 0 1100001 1010101 10101 101100001 1011101 101001

Color Harmonies of #C9071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9071F

Black with #C9071F

Text Example


Text Example

White with #C9071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9071F; }

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

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

background-color css

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

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

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

border-color css

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

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

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