Html Css Color HEX #CF080E Venetian Red

📋 copy color: '#CF080E'

red 207 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #CF080E

Tints of Venetian Red #CF080E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.11%

R = 90.39%
G = 3.49%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF080E (or 0xCF080E) is known color: Venetian Red. HEX triplet: CF, 08 and 0E. RGB value is (207,8,14). Sum of RGB (Red+Green+Blue) = 207+8+14=229 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.39% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 207 - color contains mainly: red. Hex color #CF080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF080E is #30F7F1. Grayscale: #444444. Windows color (decimal): -3209202 or 919759. OLE color: 919759.

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

Color convert

RGB 207 8 14 -
CMYK 0 0.96 0.93 0.19
HSL 358.19º 0.93% 0.42% -
HSV(B) 358.19º 0.96% 0.81% -
XYZ 25.9 13.47 1.65 -
YUV 68.19 97.43 227.01 -
System Red Green Blue C M Y K H S L
Decimal 207 8 14 0 0.96 0.93 0.19 358.19 0.93 0.42
Hex CF 8 E 0 60 5D 13 166 5D 2A
Octal 317 10 16 0 140 135 23 546 135 52
Binary 11001111 1000 1110 0 1100000 1011101 10011 101100110 1011101 101010

Color Harmonies of #CF080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF080E

Black with #CF080E

Text Example


Text Example

White with #CF080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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