Html Css Color HEX #CF0129 Venetian Red

📋 copy color: '#CF0129'

red 207 ◦ green 1 ◦ blue 41

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

Shades of Venetian Red #CF0129

Tints of Venetian Red #CF0129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.47%

R = 83.13%
G = 0.4%
B = 16.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF0129 (or 0xCF0129) is known color: Venetian Red. HEX triplet: CF, 01 and 29. RGB value is (207,1,41). Sum of RGB (Red+Green+Blue) = 207+1+41=249 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.13% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0129 is #30FED6. Grayscale: #434343. Windows color (decimal): -3210967 or 2687439. OLE color: 2687439.

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

Color convert

RGB 207 1 41 -
CMYK 0 1.00 0.80 0.19
HSL 348.35º 0.99% 0.41% -
HSV(B) 348.35º 1% 0.81% -
XYZ 26.14 13.45 3.32 -
YUV 67.15 113.25 227.75 -
System Red Green Blue C M Y K H S L
Decimal 207 1 41 0 1.00 0.80 0.19 348.35 0.99 0.41
Hex CF 1 29 0 64 50 13 15C 63 29
Octal 317 1 51 0 144 120 23 534 143 51
Binary 11001111 1 101001 0 1100100 1010000 10011 101011100 1100011 101001

Color Harmonies of #CF0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0129

Black with #CF0129

Text Example


Text Example

White with #CF0129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0129; }

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

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

background-color css

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

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

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

border-color css

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

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

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