Html Css Color HEX #D63242 Brick Red

📋 copy color: '#D63242'

red 214 ◦ green 50 ◦ blue 66

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

Shades of Brick Red #D63242

Tints of Brick Red #D63242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.15%

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

R = 64.85%
G = 15.15%
B = 20%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D63242 (or 0xD63242) is known color: Brick Red. HEX triplet: D6, 32 and 42. RGB value is (214,50,66). Sum of RGB (Red+Green+Blue) = 214+50+66=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D63242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63242 is #29CDBD. Grayscale: #646464. Windows color (decimal): -2739646 or 4338390. OLE color: 4338390.

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

Color convert

RGB 214 50 66 -
CMYK 0 0.77 0.69 0.16
HSL 354.15º 0.67% 0.52% -
HSV(B) 354.15º 0.77% 0.84% -
XYZ 29.86 16.97 6.86 -
YUV 100.86 108.33 208.7 -
System Red Green Blue C M Y K H S L
Decimal 214 50 66 0 0.77 0.69 0.16 354.15 0.67 0.52
Hex D6 32 42 0 4D 45 10 162 43 34
Octal 326 62 102 0 115 105 20 542 103 64
Binary 11010110 110010 1000010 0 1001101 1000101 10000 101100010 1000011 110100

Color Harmonies of #D63242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63242

Black with #D63242

Text Example


Text Example

White with #D63242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63242; }

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

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

background-color css

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

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

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

border-color css

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

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

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