Html Css Color HEX #D5010F Venetian Red

📋 copy color: '#D5010F'

red 213 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #D5010F

Tints of Venetian Red #D5010F

RGB

 RED value IS 213 (83.59% from 255) = 93.01%

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

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 93.01%
G = 0.44%
B = 6.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5010F (or 0xD5010F) is known color: Venetian Red. HEX triplet: D5, 01 and 0F. RGB value is (213,1,15). Sum of RGB (Red+Green+Blue) = 213+1+15=229 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.01% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 213 - color contains mainly: red. Hex color #D5010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5010F is #2AFEF0. Grayscale: #424242. Windows color (decimal): -2817777 or 983509. OLE color: 983509.

HSL color Cylindrical-coordinate representation of color #D5010F: hue angle of 356.04º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5010F is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 1 15 -
CMYK 0 1.00 0.93 0.16
HSL 356.04º 0.99% 0.42% -
HSV(B) 356.04º 1% 0.84% -
XYZ 27.54 14.2 1.74 -
YUV 65.98 99.24 232.86 -
System Red Green Blue C M Y K H S L
Decimal 213 1 15 0 1.00 0.93 0.16 356.04 0.99 0.42
Hex D5 1 F 0 64 5D 10 164 63 2A
Octal 325 1 17 0 144 135 20 544 143 52
Binary 11010101 1 1111 0 1100100 1011101 10000 101100100 1100011 101010

Color Harmonies of #D5010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5010F

Black with #D5010F

Text Example


Text Example

White with #D5010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5010F; }

 p { color: rgb(213,1,15); }

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

background-color css

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

 a { background-color: rgb(213,1,15); }

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

border-color css

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

 span { border-color: rgb(213,1,15); }

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