Html Css Color HEX #CF0128 Venetian Red

📋 copy color: '#CF0128'

red 207 ◦ green 1 ◦ blue 40

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

Shades of Venetian Red #CF0128

Tints of Venetian Red #CF0128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.13%

R = 83.47%
G = 0.4%
B = 16.13%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF0128 (or 0xCF0128) is known color: Venetian Red. HEX triplet: CF, 01 and 28. RGB value is (207,1,40). Sum of RGB (Red+Green+Blue) = 207+1+40=248 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.47% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0128 is #30FED7. Grayscale: #434343. Windows color (decimal): -3210968 or 2621903. OLE color: 2621903.

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

Color convert

RGB 207 1 40 -
CMYK 0 1.00 0.81 0.19
HSL 348.64º 0.99% 0.41% -
HSV(B) 348.64º 1% 0.81% -
XYZ 26.13 13.44 3.22 -
YUV 67.04 112.75 227.83 -
System Red Green Blue C M Y K H S L
Decimal 207 1 40 0 1.00 0.81 0.19 348.64 0.99 0.41
Hex CF 1 28 0 64 51 13 15D 63 29
Octal 317 1 50 0 144 121 23 535 143 51
Binary 11001111 1 101000 0 1100100 1010001 10011 101011101 1100011 101001

Color Harmonies of #CF0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0128

Black with #CF0128

Text Example


Text Example

White with #CF0128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0128; }

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

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

background-color css

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

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

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

border-color css

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

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

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