Html Css Color HEX #CF012B Venetian Red

📋 copy color: '#CF012B'

red 207 ◦ green 1 ◦ blue 43

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

Shades of Venetian Red #CF012B

Tints of Venetian Red #CF012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.13%

R = 82.47%
G = 0.4%
B = 17.13%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF012B (or 0xCF012B) is known color: Venetian Red. HEX triplet: CF, 01 and 2B. RGB value is (207,1,43). Sum of RGB (Red+Green+Blue) = 207+1+43=251 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.47% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 207 - color contains mainly: red. Hex color #CF012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF012B is #30FED4. Grayscale: #434343. Windows color (decimal): -3210965 or 2818511. OLE color: 2818511.

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

Color convert

RGB 207 1 43 -
CMYK 0 1.00 0.79 0.19
HSL 347.77º 0.99% 0.41% -
HSV(B) 347.77º 1% 0.81% -
XYZ 26.18 13.46 3.5 -
YUV 67.38 114.25 227.58 -
System Red Green Blue C M Y K H S L
Decimal 207 1 43 0 1.00 0.79 0.19 347.77 0.99 0.41
Hex CF 1 2B 0 64 4F 13 15C 63 29
Octal 317 1 53 0 144 117 23 534 143 51
Binary 11001111 1 101011 0 1100100 1001111 10011 101011100 1100011 101001

Color Harmonies of #CF012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF012B

Black with #CF012B

Text Example


Text Example

White with #CF012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF012B; }

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

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

background-color css

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

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

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

border-color css

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

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

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