Html Css Color HEX #D4020F Venetian Red

📋 copy color: '#D4020F'

red 212 ◦ green 2 ◦ blue 15

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

Shades of Venetian Red #D4020F

Tints of Venetian Red #D4020F

RGB

 RED value IS 212 (83.2% from 255) = 92.58%

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 92.58%
G = 0.87%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4020F (or 0xD4020F) is known color: Venetian Red. HEX triplet: D4, 02 and 0F. RGB value is (212,2,15). Sum of RGB (Red+Green+Blue) = 212+2+15=229 (30% of max value = 765). Red value is 212 (83.20% from 255 or 92.58% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 212 - color contains mainly: red. Hex color #D4020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4020F is #2BFDF0. Grayscale: #424242. Windows color (decimal): -2883057 or 983764. OLE color: 983764.

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

Color convert

RGB 212 2 15 -
CMYK 0 0.99 0.93 0.17
HSL 356.29º 0.98% 0.42% -
HSV(B) 356.29º 0.99% 0.83% -
XYZ 27.26 14.07 1.73 -
YUV 66.27 99.07 231.94 -
System Red Green Blue C M Y K H S L
Decimal 212 2 15 0 0.99 0.93 0.17 356.29 0.98 0.42
Hex D4 2 F 0 63 5D 11 164 62 2A
Octal 324 2 17 0 143 135 21 544 142 52
Binary 11010100 10 1111 0 1100011 1011101 10001 101100100 1100010 101010

Color Harmonies of #D4020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4020F

Black with #D4020F

Text Example


Text Example

White with #D4020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4020F; }

 p { color: rgb(212,2,15); }

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

background-color css

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

 a { background-color: rgb(212,2,15); }

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

border-color css

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

 span { border-color: rgb(212,2,15); }

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