Html Css Color HEX #D60418 Venetian Red

📋 copy color: '#D60418'

red 214 ◦ green 4 ◦ blue 24

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

Shades of Venetian Red #D60418

Tints of Venetian Red #D60418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

 BLUE value IS 24 (9.77% from 255) = 9.92%

R = 88.43%
G = 1.65%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D60418 (or 0xD60418) is known color: Venetian Red. HEX triplet: D6, 04 and 18. RGB value is (214,4,24). Sum of RGB (Red+Green+Blue) = 214+4+24=242 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.43% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 214 - color contains mainly: red. Hex color #D60418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60418 is #29FBE7. Grayscale: #454545. Windows color (decimal): -2751464 or 1574102. OLE color: 1574102.

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

Color convert

RGB 214 4 24 -
CMYK 0 0.98 0.89 0.16
HSL 354.29º 0.96% 0.43% -
HSV(B) 354.29º 0.98% 0.84% -
XYZ 27.94 14.45 2.18 -
YUV 69.07 102.57 231.37 -
System Red Green Blue C M Y K H S L
Decimal 214 4 24 0 0.98 0.89 0.16 354.29 0.96 0.43
Hex D6 4 18 0 62 59 10 162 60 2B
Octal 326 4 30 0 142 131 20 542 140 53
Binary 11010110 100 11000 0 1100010 1011001 10000 101100010 1100000 101011

Color Harmonies of #D60418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60418

Black with #D60418

Text Example


Text Example

White with #D60418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60418; }

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

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

background-color css

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

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

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

border-color css

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

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

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