Html Css Color HEX #D4091C Venetian Red

📋 copy color: '#D4091C'

red 212 ◦ green 9 ◦ blue 28

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

Shades of Venetian Red #D4091C

Tints of Venetian Red #D4091C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.61%

 BLUE value IS 28 (11.33% from 255) = 11.24%

R = 85.14%
G = 3.61%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4091C (or 0xD4091C) is known color: Venetian Red. HEX triplet: D4, 09 and 1C. RGB value is (212,9,28). Sum of RGB (Red+Green+Blue) = 212+9+28=249 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.14% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 212 - color contains mainly: red. Hex color #D4091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4091C is #2BF6E3. Grayscale: #474747. Windows color (decimal): -2881252 or 1837524. OLE color: 1837524.

HSL color Cylindrical-coordinate representation of color #D4091C: hue angle of 354.38º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4091C is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 9 28 -
CMYK 0 0.96 0.87 0.17
HSL 354.38º 0.92% 0.43% -
HSV(B) 354.38º 0.96% 0.83% -
XYZ 27.46 14.28 2.41 -
YUV 71.86 103.25 227.96 -
System Red Green Blue C M Y K H S L
Decimal 212 9 28 0 0.96 0.87 0.17 354.38 0.92 0.43
Hex D4 9 1C 0 60 57 11 162 5C 2B
Octal 324 11 34 0 140 127 21 542 134 53
Binary 11010100 1001 11100 0 1100000 1010111 10001 101100010 1011100 101011

Color Harmonies of #D4091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4091C

Black with #D4091C

Text Example


Text Example

White with #D4091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4091C; }

 p { color: rgb(212,9,28); }

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

background-color css

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

 a { background-color: rgb(212,9,28); }

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

border-color css

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

 span { border-color: rgb(212,9,28); }

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