Html Css Color HEX #D00127 Venetian Red

📋 copy color: '#D00127'

red 208 ◦ green 1 ◦ blue 39

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

Shades of Venetian Red #D00127

Tints of Venetian Red #D00127

RGB

 RED value IS 208 (81.64% from 255) = 83.87%

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

 BLUE value IS 39 (15.63% from 255) = 15.73%

R = 83.87%
G = 0.4%
B = 15.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D00127 (or 0xD00127) is known color: Venetian Red. HEX triplet: D0, 01 and 27. RGB value is (208,1,39). Sum of RGB (Red+Green+Blue) = 208+1+39=248 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.87% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 208 - color contains mainly: red. Hex color #D00127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00127 is #2FFED8. Grayscale: #434343. Windows color (decimal): -3145433 or 2556368. OLE color: 2556368.

HSL color Cylindrical-coordinate representation of color #D00127: hue angle of 348.99º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00127 is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 39 -
CMYK 0 1.00 0.81 0.18
HSL 348.99º 0.99% 0.41% -
HSV(B) 348.99º 1% 0.82% -
XYZ 26.39 13.58 3.15 -
YUV 67.23 112.08 228.41 -
System Red Green Blue C M Y K H S L
Decimal 208 1 39 0 1.00 0.81 0.18 348.99 0.99 0.41
Hex D0 1 27 0 64 51 12 15D 63 29
Octal 320 1 47 0 144 121 22 535 143 51
Binary 11010000 1 100111 0 1100100 1010001 10010 101011101 1100011 101001

Color Harmonies of #D00127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00127

Black with #D00127

Text Example


Text Example

White with #D00127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00127; }

 p { color: rgb(208,1,39); }

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

background-color css

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

 a { background-color: rgb(208,1,39); }

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

border-color css

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

 span { border-color: rgb(208,1,39); }

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