Html Css Color HEX #D5030F Venetian Red

📋 copy color: '#D5030F'

red 213 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #D5030F

Tints of Venetian Red #D5030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 92.21%
G = 1.3%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5030F (or 0xD5030F) is known color: Venetian Red. HEX triplet: D5, 03 and 0F. RGB value is (213,3,15). Sum of RGB (Red+Green+Blue) = 213+3+15=231 (30% of max value = 765). Red value is 213 (83.59% from 255 or 92.21% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 213 - color contains mainly: red. Hex color #D5030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5030F is #2AFCF0. Grayscale: #434343. Windows color (decimal): -2817265 or 984021. OLE color: 984021.

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

Color convert

RGB 213 3 15 -
CMYK 0 0.99 0.93 0.16
HSL 356.57º 0.97% 0.42% -
HSV(B) 356.57º 0.99% 0.84% -
XYZ 27.56 14.25 1.75 -
YUV 67.16 98.57 232.02 -
System Red Green Blue C M Y K H S L
Decimal 213 3 15 0 0.99 0.93 0.16 356.57 0.97 0.42
Hex D5 3 F 0 63 5D 10 165 61 2A
Octal 325 3 17 0 143 135 20 545 141 52
Binary 11010101 11 1111 0 1100011 1011101 10000 101100101 1100001 101010

Color Harmonies of #D5030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5030F

Black with #D5030F

Text Example


Text Example

White with #D5030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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