Html Css Color HEX #D60323 Venetian Red

📋 copy color: '#D60323'

red 214 ◦ green 3 ◦ blue 35

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

Shades of Venetian Red #D60323

Tints of Venetian Red #D60323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.89%

R = 84.92%
G = 1.19%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D60323 (or 0xD60323) is known color: Venetian Red. HEX triplet: D6, 03 and 23. RGB value is (214,3,35). Sum of RGB (Red+Green+Blue) = 214+3+35=252 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.92% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 214 - color contains mainly: red. Hex color #D60323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60323 is #29FCDC. Grayscale: #454545. Windows color (decimal): -2751709 or 2294742. OLE color: 2294742.

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

Color convert

RGB 214 3 35 -
CMYK 0 0.99 0.84 0.16
HSL 350.9º 0.97% 0.43% -
HSV(B) 350.9º 0.99% 0.84% -
XYZ 28.07 14.48 2.91 -
YUV 69.74 108.4 230.9 -
System Red Green Blue C M Y K H S L
Decimal 214 3 35 0 0.99 0.84 0.16 350.9 0.97 0.43
Hex D6 3 23 0 63 54 10 15F 61 2B
Octal 326 3 43 0 143 124 20 537 141 53
Binary 11010110 11 100011 0 1100011 1010100 10000 101011111 1100001 101011

Color Harmonies of #D60323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60323

Black with #D60323

Text Example


Text Example

White with #D60323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60323; }

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

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

background-color css

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

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

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

border-color css

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

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

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