Html Css Color HEX #CF011E Venetian Red

📋 copy color: '#CF011E'

red 207 ◦ green 1 ◦ blue 30

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

Shades of Venetian Red #CF011E

Tints of Venetian Red #CF011E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 86.97%
G = 0.42%
B = 12.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF011E (or 0xCF011E) is known color: Venetian Red. HEX triplet: CF, 01 and 1E. RGB value is (207,1,30). Sum of RGB (Red+Green+Blue) = 207+1+30=238 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.97% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 207 - color contains mainly: red. Hex color #CF011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF011E is #30FEE1. Grayscale: #414141. Windows color (decimal): -3210978 or 1966543. OLE color: 1966543.

HSL color Cylindrical-coordinate representation of color #CF011E: hue angle of 351.55º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF011E is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 1 30 -
CMYK 0 1.00 0.86 0.19
HSL 351.55º 0.99% 0.41% -
HSV(B) 351.55º 1% 0.81% -
XYZ 25.98 13.38 2.44 -
YUV 65.9 107.75 228.64 -
System Red Green Blue C M Y K H S L
Decimal 207 1 30 0 1.00 0.86 0.19 351.55 0.99 0.41
Hex CF 1 1E 0 64 56 13 160 63 29
Octal 317 1 36 0 144 126 23 540 143 51
Binary 11001111 1 11110 0 1100100 1010110 10011 101100000 1100011 101001

Color Harmonies of #CF011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF011E

Black with #CF011E

Text Example


Text Example

White with #CF011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF011E; }

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

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

background-color css

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

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

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

border-color css

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

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

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