Html Css Color HEX #CF011A Venetian Red

📋 copy color: '#CF011A'

red 207 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #CF011A

Tints of Venetian Red #CF011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.11%

R = 88.46%
G = 0.43%
B = 11.11%

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

#CF011A (or 0xCF011A) is known color: Venetian Red. HEX triplet: CF, 01 and 1A. RGB value is (207,1,26). Sum of RGB (Red+Green+Blue) = 207+1+26=234 (30% of max value = 765). Red value is 207 (81.25% from 255 or 88.46% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 207 - color contains mainly: red. Hex color #CF011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF011A is #30FEE5. Grayscale: #414141. Windows color (decimal): -3210982 or 1704399. OLE color: 1704399.

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

Color convert

RGB 207 1 26 -
CMYK 0 1.00 0.87 0.19
HSL 352.72º 0.99% 0.41% -
HSV(B) 352.72º 1% 0.81% -
XYZ 25.93 13.36 2.19 -
YUV 65.44 105.75 228.97 -
System Red Green Blue C M Y K H S L
Decimal 207 1 26 0 1.00 0.87 0.19 352.72 0.99 0.41
Hex CF 1 1A 0 64 57 13 161 63 29
Octal 317 1 32 0 144 127 23 541 143 51
Binary 11001111 1 11010 0 1100100 1010111 10011 101100001 1100011 101001

Color Harmonies of #CF011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF011A

Black with #CF011A

Text Example


Text Example

White with #CF011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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