Html Css Color HEX #D5030A Venetian Red

📋 copy color: '#D5030A'

red 213 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #D5030A

Tints of Venetian Red #D5030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.42%

R = 94.25%
G = 1.33%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5030A (or 0xD5030A) is known color: Venetian Red. HEX triplet: D5, 03 and 0A. RGB value is (213,3,10). Sum of RGB (Red+Green+Blue) = 213+3+10=226 (29% of max value = 765). Red value is 213 (83.59% from 255 or 94.25% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 213 - color contains mainly: red. Hex color #D5030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5030A is #2AFCF5. Grayscale: #424242. Windows color (decimal): -2817270 or 656341. OLE color: 656341.

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

Color convert

RGB 213 3 10 -
CMYK 0 0.99 0.95 0.16
HSL 358º 0.97% 0.42% -
HSV(B) 358º 0.99% 0.84% -
XYZ 27.53 14.23 1.58 -
YUV 66.59 96.07 232.43 -
System Red Green Blue C M Y K H S L
Decimal 213 3 10 0 0.99 0.95 0.16 358 0.97 0.42
Hex D5 3 A 0 63 5F 10 166 61 2A
Octal 325 3 12 0 143 137 20 546 141 52
Binary 11010101 11 1010 0 1100011 1011111 10000 101100110 1100001 101010

Color Harmonies of #D5030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5030A

Black with #D5030A

Text Example


Text Example

White with #D5030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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