Html Css Color HEX #D41452 Ruby

📋 copy color: '#D41452'

red 212 ◦ green 20 ◦ blue 82

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

Shades of Ruby #D41452

Tints of Ruby #D41452

RGB

 RED value IS 212 (83.2% from 255) = 67.52%

 GREEN value IS 20 (8.2% from 255) = 6.37%

 BLUE value IS 82 (32.42% from 255) = 26.11%

R = 67.52%
G = 6.37%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D41452 (or 0xD41452) is known color: Ruby. HEX triplet: D4, 14 and 52. RGB value is (212,20,82). Sum of RGB (Red+Green+Blue) = 212+20+82=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D41452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41452 is #2BEBAD. Grayscale: #545454. Windows color (decimal): -2878382 or 5379284. OLE color: 5379284.

HSL color Cylindrical-coordinate representation of color #D41452: hue angle of 340.62º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41452 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 82 -
CMYK 0 0.91 0.61 0.17
HSL 340.63º 0.83% 0.45% -
HSV(B) 340.63º 0.91% 0.83% -
XYZ 28.92 15.11 9.37 -
YUV 84.48 126.61 218.96 -
System Red Green Blue C M Y K H S L
Decimal 212 20 82 0 0.91 0.61 0.17 340.63 0.83 0.45
Hex D4 14 52 0 5B 3D 11 155 53 2D
Octal 324 24 122 0 133 75 21 525 123 55
Binary 11010100 10100 1010010 0 1011011 111101 10001 101010101 1010011 101101

Color Harmonies of #D41452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41452

Black with #D41452

Text Example


Text Example

White with #D41452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41452; }

 p { color: rgb(212,20,82); }

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

background-color css

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

 a { background-color: rgb(212,20,82); }

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

border-color css

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

 span { border-color: rgb(212,20,82); }

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