Html Css Color HEX #D5031C Venetian Red

📋 copy color: '#D5031C'

red 213 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #D5031C

Tints of Venetian Red #D5031C

RGB

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

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

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

R = 87.3%
G = 1.23%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5031C (or 0xD5031C) is known color: Venetian Red. HEX triplet: D5, 03 and 1C. RGB value is (213,3,28). Sum of RGB (Red+Green+Blue) = 213+3+28=244 (32% of max value = 765). Red value is 213 (83.59% from 255 or 87.30% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 213 - color contains mainly: red. Hex color #D5031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5031C is #2AFCE3. Grayscale: #444444. Windows color (decimal): -2817252 or 1835989. OLE color: 1835989.

HSL color Cylindrical-coordinate representation of color #D5031C: hue angle of 352.86º 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 #D5031C is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 3 28 -
CMYK 0 0.99 0.87 0.16
HSL 352.86º 0.97% 0.42% -
HSV(B) 352.86º 0.99% 0.84% -
XYZ 27.68 14.3 2.4 -
YUV 68.64 105.07 230.97 -
System Red Green Blue C M Y K H S L
Decimal 213 3 28 0 0.99 0.87 0.16 352.86 0.97 0.42
Hex D5 3 1C 0 63 57 10 161 61 2A
Octal 325 3 34 0 143 127 20 541 141 52
Binary 11010101 11 11100 0 1100011 1010111 10000 101100001 1100001 101010

Color Harmonies of #D5031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5031C

Black with #D5031C

Text Example


Text Example

White with #D5031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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