Html Css Color HEX #D93442 Brick Red

📋 copy color: '#D93442'

red 217 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #D93442

Tints of Brick Red #D93442

RGB

 RED value IS 217 (85.16% from 255) = 64.78%

 GREEN value IS 52 (20.7% from 255) = 15.52%

 BLUE value IS 66 (26.17% from 255) = 19.7%

R = 64.78%
G = 15.52%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D93442 (or 0xD93442) is known color: Brick Red. HEX triplet: D9, 34 and 42. RGB value is (217,52,66). Sum of RGB (Red+Green+Blue) = 217+52+66=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D93442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93442 is #26CBBD. Grayscale: #676767. Windows color (decimal): -2542526 or 4338905. OLE color: 4338905.

HSL color Cylindrical-coordinate representation of color #D93442: hue angle of 354.91º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93442 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 52 66 -
CMYK 0 0.76 0.70 0.15
HSL 354.91º 0.68% 0.53% -
HSV(B) 354.91º 0.76% 0.85% -
XYZ 30.83 17.6 6.93 -
YUV 102.93 107.16 209.36 -
System Red Green Blue C M Y K H S L
Decimal 217 52 66 0 0.76 0.70 0.15 354.91 0.68 0.53
Hex D9 34 42 0 4C 46 F 163 44 35
Octal 331 64 102 0 114 106 17 543 104 65
Binary 11011001 110100 1000010 0 1001100 1000110 1111 101100011 1000100 110101

Color Harmonies of #D93442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93442

Black with #D93442

Text Example


Text Example

White with #D93442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93442; }

 p { color: rgb(217,52,66); }

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

background-color css

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

 a { background-color: rgb(217,52,66); }

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

border-color css

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

 span { border-color: rgb(217,52,66); }

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