Html Css Color HEX #CF061B Venetian Red

📋 copy color: '#CF061B'

red 207 ◦ green 6 ◦ blue 27

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

Shades of Venetian Red #CF061B

Tints of Venetian Red #CF061B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.5%

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

R = 86.25%
G = 2.5%
B = 11.25%

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

#CF061B (or 0xCF061B) is known color: Venetian Red. HEX triplet: CF, 06 and 1B. RGB value is (207,6,27). Sum of RGB (Red+Green+Blue) = 207+6+27=240 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.25% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 207 - color contains mainly: red. Hex color #CF061B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF061B is #30F9E4. Grayscale: #444444. Windows color (decimal): -3209701 or 1771215. OLE color: 1771215.

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

Color convert

RGB 207 6 27 -
CMYK 0 0.97 0.87 0.19
HSL 353.73º 0.94% 0.42% -
HSV(B) 353.73º 0.97% 0.81% -
XYZ 26 13.47 2.27 -
YUV 68.49 104.59 226.79 -
System Red Green Blue C M Y K H S L
Decimal 207 6 27 0 0.97 0.87 0.19 353.73 0.94 0.42
Hex CF 6 1B 0 61 57 13 162 5E 2A
Octal 317 6 33 0 141 127 23 542 136 52
Binary 11001111 110 11011 0 1100001 1010111 10011 101100010 1011110 101010

Color Harmonies of #CF061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF061B

Black with #CF061B

Text Example


Text Example

White with #CF061B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF061B; }

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

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

background-color css

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

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

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

border-color css

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

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

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