Html Css Color HEX #D50308 Venetian Red

📋 copy color: '#D50308'

red 213 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #D50308

Tints of Venetian Red #D50308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.57%

R = 95.09%
G = 1.34%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D50308 (or 0xD50308) is known color: Venetian Red. HEX triplet: D5, 03 and 08. RGB value is (213,3,8). Sum of RGB (Red+Green+Blue) = 213+3+8=224 (29% of max value = 765). Red value is 213 (83.59% from 255 or 95.09% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 213 - color contains mainly: red. Hex color #D50308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50308 is #2AFCF7. Grayscale: #424242. Windows color (decimal): -2817272 or 525269. OLE color: 525269.

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

Color convert

RGB 213 3 8 -
CMYK 0 0.99 0.96 0.16
HSL 358.57º 0.97% 0.42% -
HSV(B) 358.57º 0.99% 0.84% -
XYZ 27.52 14.23 1.53 -
YUV 66.36 95.07 232.59 -
System Red Green Blue C M Y K H S L
Decimal 213 3 8 0 0.99 0.96 0.16 358.57 0.97 0.42
Hex D5 3 8 0 63 60 10 167 61 2A
Octal 325 3 10 0 143 140 20 547 141 52
Binary 11010101 11 1000 0 1100011 1100000 10000 101100111 1100001 101010

Color Harmonies of #D50308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50308

Black with #D50308

Text Example


Text Example

White with #D50308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50308; }

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

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

background-color css

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

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

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

border-color css

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

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

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