Html Css Color HEX #D63442 Brick Red

📋 copy color: '#D63442'

red 214 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #D63442

Tints of Brick Red #D63442

RGB

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

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

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

R = 64.46%
G = 15.66%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D63442 (or 0xD63442) is known color: Brick Red. HEX triplet: D6, 34 and 42. RGB value is (214,52,66). Sum of RGB (Red+Green+Blue) = 214+52+66=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D63442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63442 is #29CBBD. Grayscale: #666666. Windows color (decimal): -2739134 or 4338902. OLE color: 4338902.

HSL color Cylindrical-coordinate representation of color #D63442: hue angle of 354.81º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63442 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 52 66 -
CMYK 0 0.76 0.69 0.16
HSL 354.81º 0.66% 0.52% -
HSV(B) 354.81º 0.76% 0.84% -
XYZ 29.94 17.15 6.89 -
YUV 102.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 214 52 66 0 0.76 0.69 0.16 354.81 0.66 0.52
Hex D6 34 42 0 4C 45 10 163 42 34
Octal 326 64 102 0 114 105 20 543 102 64
Binary 11010110 110100 1000010 0 1001100 1000101 10000 101100011 1000010 110100

Color Harmonies of #D63442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63442

Black with #D63442

Text Example


Text Example

White with #D63442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63442; }

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

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

background-color css

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

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

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

border-color css

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

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

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