Html Css Color HEX #CF0126 Venetian Red

📋 copy color: '#CF0126'

red 207 ◦ green 1 ◦ blue 38

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

Shades of Venetian Red #CF0126

Tints of Venetian Red #CF0126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.45%

R = 84.15%
G = 0.41%
B = 15.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF0126 (or 0xCF0126) is known color: Venetian Red. HEX triplet: CF, 01 and 26. RGB value is (207,1,38). Sum of RGB (Red+Green+Blue) = 207+1+38=246 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.15% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0126 is #30FED9. Grayscale: #424242. Windows color (decimal): -3210970 or 2490831. OLE color: 2490831.

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

Color convert

RGB 207 1 38 -
CMYK 0 1.00 0.82 0.19
HSL 349.22º 0.99% 0.41% -
HSV(B) 349.22º 1% 0.81% -
XYZ 26.09 13.43 3.05 -
YUV 66.81 111.75 227.99 -
System Red Green Blue C M Y K H S L
Decimal 207 1 38 0 1.00 0.82 0.19 349.22 0.99 0.41
Hex CF 1 26 0 64 52 13 15D 63 29
Octal 317 1 46 0 144 122 23 535 143 51
Binary 11001111 1 100110 0 1100100 1010010 10011 101011101 1100011 101001

Color Harmonies of #CF0126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0126

Black with #CF0126

Text Example


Text Example

White with #CF0126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0126; }

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

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

background-color css

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

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

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

border-color css

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

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

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