Html Css Color HEX #CF071E Venetian Red

📋 copy color: '#CF071E'

red 207 ◦ green 7 ◦ blue 30

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

Shades of Venetian Red #CF071E

Tints of Venetian Red #CF071E

RGB

 RED value IS 207 (81.25% from 255) = 84.84%

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

 BLUE value IS 30 (12.11% from 255) = 12.3%

R = 84.84%
G = 2.87%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF071E (or 0xCF071E) is known color: Venetian Red. HEX triplet: CF, 07 and 1E. RGB value is (207,7,30). Sum of RGB (Red+Green+Blue) = 207+7+30=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF071E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF071E is #30F8E1. Grayscale: #454545. Windows color (decimal): -3209442 or 1968079. OLE color: 1968079.

HSL color Cylindrical-coordinate representation of color #CF071E: hue angle of 353.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF071E is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 7 30 -
CMYK 0 0.97 0.86 0.19
HSL 353.1º 0.93% 0.42% -
HSV(B) 353.1º 0.97% 0.81% -
XYZ 26.04 13.51 2.46 -
YUV 69.42 105.76 226.13 -
System Red Green Blue C M Y K H S L
Decimal 207 7 30 0 0.97 0.86 0.19 353.1 0.93 0.42
Hex CF 7 1E 0 61 56 13 161 5D 2A
Octal 317 7 36 0 141 126 23 541 135 52
Binary 11001111 111 11110 0 1100001 1010110 10011 101100001 1011101 101010

Color Harmonies of #CF071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF071E

Black with #CF071E

Text Example


Text Example

White with #CF071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF071E; }

 p { color: rgb(207,7,30); }

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

background-color css

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

 a { background-color: rgb(207,7,30); }

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

border-color css

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

 span { border-color: rgb(207,7,30); }

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