Html Css Color HEX #CF080B Venetian Red

📋 copy color: '#CF080B'

red 207 ◦ green 8 ◦ blue 11

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

Shades of Venetian Red #CF080B

Tints of Venetian Red #CF080B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.87%

R = 91.59%
G = 3.54%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF080B (or 0xCF080B) is known color: Venetian Red. HEX triplet: CF, 08 and 0B. RGB value is (207,8,11). Sum of RGB (Red+Green+Blue) = 207+8+11=226 (29% of max value = 765). Red value is 207 (81.25% from 255 or 91.59% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 207 - color contains mainly: red. Hex color #CF080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF080B is #30F7F4. Grayscale: #444444. Windows color (decimal): -3209205 or 723151. OLE color: 723151.

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

Color convert

RGB 207 8 11 -
CMYK 0 0.96 0.95 0.19
HSL 359.1º 0.93% 0.42% -
HSV(B) 359.1º 0.96% 0.81% -
XYZ 25.88 13.46 1.55 -
YUV 67.84 95.93 227.26 -
System Red Green Blue C M Y K H S L
Decimal 207 8 11 0 0.96 0.95 0.19 359.1 0.93 0.42
Hex CF 8 B 0 60 5F 13 167 5D 2A
Octal 317 10 13 0 140 137 23 547 135 52
Binary 11001111 1000 1011 0 1100000 1011111 10011 101100111 1011101 101010

Color Harmonies of #CF080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF080B

Black with #CF080B

Text Example


Text Example

White with #CF080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF080B; }

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

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

background-color css

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

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

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

border-color css

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

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

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