Html Css Color HEX #D0030A Venetian Red

📋 copy color: '#D0030A'

red 208 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #D0030A

Tints of Venetian Red #D0030A

RGB

 RED value IS 208 (81.64% from 255) = 94.12%

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

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

R = 94.12%
G = 1.36%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0030A (or 0xD0030A) is known color: Venetian Red. HEX triplet: D0, 03 and 0A. RGB value is (208,3,10). Sum of RGB (Red+Green+Blue) = 208+3+10=221 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.12% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 208 - color contains mainly: red. Hex color #D0030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0030A is #2FFCF5. Grayscale: #414141. Windows color (decimal): -3144950 or 656336. OLE color: 656336.

HSL color Cylindrical-coordinate representation of color #D0030A: hue angle of 357.95º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0030A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 3 10 -
CMYK 0 0.99 0.95 0.18
HSL 357.95º 0.97% 0.41% -
HSV(B) 357.95º 0.99% 0.82% -
XYZ 26.1 13.5 1.52 -
YUV 65.09 96.92 229.93 -
System Red Green Blue C M Y K H S L
Decimal 208 3 10 0 0.99 0.95 0.18 357.95 0.97 0.41
Hex D0 3 A 0 63 5F 12 166 61 29
Octal 320 3 12 0 143 137 22 546 141 51
Binary 11010000 11 1010 0 1100011 1011111 10010 101100110 1100001 101001

Color Harmonies of #D0030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0030A

Black with #D0030A

Text Example


Text Example

White with #D0030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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