Html Css Color HEX #D1041C Venetian Red

📋 copy color: '#D1041C'

red 209 ◦ green 4 ◦ blue 28

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

Shades of Venetian Red #D1041C

Tints of Venetian Red #D1041C

RGB

 RED value IS 209 (82.03% from 255) = 86.72%

 GREEN value IS 4 (1.95% from 255) = 1.66%

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

R = 86.72%
G = 1.66%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1041C (or 0xD1041C) is known color: Venetian Red. HEX triplet: D1, 04 and 1C. RGB value is (209,4,28). Sum of RGB (Red+Green+Blue) = 209+4+28=241 (31% of max value = 765). Red value is 209 (82.03% from 255 or 86.72% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 209 - color contains mainly: red. Hex color #D1041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1041C is #2EFBE3. Grayscale: #444444. Windows color (decimal): -3079140 or 1836241. OLE color: 1836241.

HSL color Cylindrical-coordinate representation of color #D1041C: hue angle of 352.98º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1041C is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 4 28 -
CMYK 0 0.98 0.87 0.18
HSL 352.98º 0.96% 0.42% -
HSV(B) 352.98º 0.98% 0.82% -
XYZ 26.55 13.73 2.35 -
YUV 68.03 105.42 228.55 -
System Red Green Blue C M Y K H S L
Decimal 209 4 28 0 0.98 0.87 0.18 352.98 0.96 0.42
Hex D1 4 1C 0 62 57 12 161 60 2A
Octal 321 4 34 0 142 127 22 541 140 52
Binary 11010001 100 11100 0 1100010 1010111 10010 101100001 1100000 101010

Color Harmonies of #D1041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1041C

Black with #D1041C

Text Example


Text Example

White with #D1041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1041C; }

 p { color: rgb(209,4,28); }

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

background-color css

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

 a { background-color: rgb(209,4,28); }

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

border-color css

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

 span { border-color: rgb(209,4,28); }

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