Html Css Color HEX #CF081B Venetian Red

📋 copy color: '#CF081B'

red 207 ◦ green 8 ◦ blue 27

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

Shades of Venetian Red #CF081B

Tints of Venetian Red #CF081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

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

R = 85.54%
G = 3.31%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF081B (or 0xCF081B) is known color: Venetian Red. HEX triplet: CF, 08 and 1B. RGB value is (207,8,27). Sum of RGB (Red+Green+Blue) = 207+8+27=242 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.54% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 207 - color contains mainly: red. Hex color #CF081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF081B is #30F7E4. Grayscale: #454545. Windows color (decimal): -3209189 or 1771727. OLE color: 1771727.

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

Color convert

RGB 207 8 27 -
CMYK 0 0.96 0.87 0.19
HSL 354.27º 0.93% 0.42% -
HSV(B) 354.27º 0.96% 0.81% -
XYZ 26.02 13.52 2.27 -
YUV 69.67 103.93 225.96 -
System Red Green Blue C M Y K H S L
Decimal 207 8 27 0 0.96 0.87 0.19 354.27 0.93 0.42
Hex CF 8 1B 0 60 57 13 162 5D 2A
Octal 317 10 33 0 140 127 23 542 135 52
Binary 11001111 1000 11011 0 1100000 1010111 10011 101100010 1011101 101010

Color Harmonies of #CF081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF081B

Black with #CF081B

Text Example


Text Example

White with #CF081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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