Html Css Color HEX #CF081D Venetian Red

📋 copy color: '#CF081D'

red 207 ◦ green 8 ◦ blue 29

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

Shades of Venetian Red #CF081D

Tints of Venetian Red #CF081D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.89%

R = 84.84%
G = 3.28%
B = 11.89%

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

#CF081D (or 0xCF081D) is known color: Venetian Red. HEX triplet: CF, 08 and 1D. RGB value is (207,8,29). Sum of RGB (Red+Green+Blue) = 207+8+29=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF081D is #30F7E2. Grayscale: #464646. Windows color (decimal): -3209187 or 1902799. OLE color: 1902799.

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

Color convert

RGB 207 8 29 -
CMYK 0 0.96 0.86 0.19
HSL 353.67º 0.93% 0.42% -
HSV(B) 353.67º 0.96% 0.81% -
XYZ 26.04 13.53 2.4 -
YUV 69.9 104.93 225.79 -
System Red Green Blue C M Y K H S L
Decimal 207 8 29 0 0.96 0.86 0.19 353.67 0.93 0.42
Hex CF 8 1D 0 60 56 13 162 5D 2A
Octal 317 10 35 0 140 126 23 542 135 52
Binary 11001111 1000 11101 0 1100000 1010110 10011 101100010 1011101 101010

Color Harmonies of #CF081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF081D

Black with #CF081D

Text Example


Text Example

White with #CF081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF081D; }

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

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

background-color css

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

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

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

border-color css

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

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

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