Html Css Color HEX #D60304 Venetian Red

📋 copy color: '#D60304'

red 214 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #D60304

Tints of Venetian Red #D60304

RGB

 RED value IS 214 (83.98% from 255) = 96.83%

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

 BLUE value IS 4 (1.95% from 255) = 1.81%

R = 96.83%
G = 1.36%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D60304 (or 0xD60304) is known color: Venetian Red. HEX triplet: D6, 03 and 04. RGB value is (214,3,4). Sum of RGB (Red+Green+Blue) = 214+3+4=221 (29% of max value = 765). Red value is 214 (83.98% from 255 or 96.83% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 214 - color contains mainly: red. Hex color #D60304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60304 is #29FCFB. Grayscale: #424242. Windows color (decimal): -2751740 or 263126. OLE color: 263126.

HSL color Cylindrical-coordinate representation of color #D60304: hue angle of 359.72º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60304 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 3 4 -
CMYK 0 0.99 0.98 0.16
HSL 359.72º 0.97% 0.43% -
HSV(B) 359.72º 0.99% 0.84% -
XYZ 27.79 14.37 1.42 -
YUV 66.2 92.9 233.42 -
System Red Green Blue C M Y K H S L
Decimal 214 3 4 0 0.99 0.98 0.16 359.72 0.97 0.43
Hex D6 3 4 0 63 62 10 168 61 2B
Octal 326 3 4 0 143 142 20 550 141 53
Binary 11010110 11 100 0 1100011 1100010 10000 101101000 1100001 101011

Color Harmonies of #D60304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60304

Black with #D60304

Text Example


Text Example

White with #D60304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60304; }

 p { color: rgb(214,3,4); }

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

background-color css

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

 a { background-color: rgb(214,3,4); }

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

border-color css

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

 span { border-color: rgb(214,3,4); }

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