Html Css Color HEX #CF071B Venetian Red

📋 copy color: '#CF071B'

red 207 ◦ green 7 ◦ blue 27

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

Shades of Venetian Red #CF071B

Tints of Venetian Red #CF071B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.2%

R = 85.89%
G = 2.9%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF071B (or 0xCF071B) is known color: Venetian Red. HEX triplet: CF, 07 and 1B. RGB value is (207,7,27). Sum of RGB (Red+Green+Blue) = 207+7+27=241 (31% of max value = 765). Red value is 207 (81.25% from 255 or 85.89% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 207 - color contains mainly: red. Hex color #CF071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF071B is #30F8E4. Grayscale: #454545. Windows color (decimal): -3209445 or 1771471. OLE color: 1771471.

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

Color convert

RGB 207 7 27 -
CMYK 0 0.97 0.87 0.19
HSL 354º 0.93% 0.42% -
HSV(B) 354º 0.97% 0.81% -
XYZ 26.01 13.5 2.27 -
YUV 69.08 104.26 226.37 -
System Red Green Blue C M Y K H S L
Decimal 207 7 27 0 0.97 0.87 0.19 354 0.93 0.42
Hex CF 7 1B 0 61 57 13 162 5D 2A
Octal 317 7 33 0 141 127 23 542 135 52
Binary 11001111 111 11011 0 1100001 1010111 10011 101100010 1011101 101010

Color Harmonies of #CF071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF071B

Black with #CF071B

Text Example


Text Example

White with #CF071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF071B; }

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

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

background-color css

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

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

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

border-color css

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

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

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