Html Css Color HEX #CF081E Venetian Red

📋 copy color: '#CF081E'

red 207 ◦ green 8 ◦ blue 30

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

Shades of Venetian Red #CF081E

Tints of Venetian Red #CF081E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 84.49%
G = 3.27%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF081E (or 0xCF081E) is known color: Venetian Red. HEX triplet: CF, 08 and 1E. RGB value is (207,8,30). Sum of RGB (Red+Green+Blue) = 207+8+30=245 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.49% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 207 - color contains mainly: red. Hex color #CF081E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF081E is #30F7E1. Grayscale: #464646. Windows color (decimal): -3209186 or 1968335. OLE color: 1968335.

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

Color convert

RGB 207 8 30 -
CMYK 0 0.96 0.86 0.19
HSL 353.37º 0.93% 0.42% -
HSV(B) 353.37º 0.96% 0.81% -
XYZ 26.05 13.53 2.47 -
YUV 70.01 105.43 225.71 -
System Red Green Blue C M Y K H S L
Decimal 207 8 30 0 0.96 0.86 0.19 353.37 0.93 0.42
Hex CF 8 1E 0 60 56 13 161 5D 2A
Octal 317 10 36 0 140 126 23 541 135 52
Binary 11001111 1000 11110 0 1100000 1010110 10011 101100001 1011101 101010

Color Harmonies of #CF081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF081E

Black with #CF081E

Text Example


Text Example

White with #CF081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF081E; }

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

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

background-color css

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

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

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

border-color css

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

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

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