Html Css Color HEX #CF011B Venetian Red

📋 copy color: '#CF011B'

red 207 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #CF011B

Tints of Venetian Red #CF011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.49%

R = 88.09%
G = 0.43%
B = 11.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF011B (or 0xCF011B) is known color: Venetian Red. HEX triplet: CF, 01 and 1B. RGB value is (207,1,27). Sum of RGB (Red+Green+Blue) = 207+1+27=235 (31% of max value = 765). Red value is 207 (81.25% from 255 or 88.09% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 207 - color contains mainly: red. Hex color #CF011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF011B is #30FEE4. Grayscale: #414141. Windows color (decimal): -3210981 or 1769935. OLE color: 1769935.

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

Color convert

RGB 207 1 27 -
CMYK 0 1.00 0.87 0.19
HSL 352.43º 0.99% 0.41% -
HSV(B) 352.43º 1% 0.81% -
XYZ 25.94 13.37 2.25 -
YUV 65.56 106.25 228.89 -
System Red Green Blue C M Y K H S L
Decimal 207 1 27 0 1.00 0.87 0.19 352.43 0.99 0.41
Hex CF 1 1B 0 64 57 13 160 63 29
Octal 317 1 33 0 144 127 23 540 143 51
Binary 11001111 1 11011 0 1100100 1010111 10011 101100000 1100011 101001

Color Harmonies of #CF011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF011B

Black with #CF011B

Text Example


Text Example

White with #CF011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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