Html Css Color HEX #D62F48 Brick Red

📋 copy color: '#D62F48'

red 214 ◦ green 47 ◦ blue 72

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

Shades of Brick Red #D62F48

Tints of Brick Red #D62F48

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.11%

 BLUE value IS 72 (28.52% from 255) = 21.62%

R = 64.26%
G = 14.11%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D62F48 (or 0xD62F48) is known color: Brick Red. HEX triplet: D6, 2F and 48. RGB value is (214,47,72). Sum of RGB (Red+Green+Blue) = 214+47+72=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62F48 is #29D0B7. Grayscale: #636363. Windows color (decimal): -2740408 or 4730838. OLE color: 4730838.

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

Color convert

RGB 214 47 72 -
CMYK 0 0.78 0.66 0.16
HSL 351.02º 0.67% 0.51% -
HSV(B) 351.02º 0.78% 0.84% -
XYZ 29.92 16.8 7.8 -
YUV 99.78 112.33 209.47 -
System Red Green Blue C M Y K H S L
Decimal 214 47 72 0 0.78 0.66 0.16 351.02 0.67 0.51
Hex D6 2F 48 0 4E 42 10 15F 43 33
Octal 326 57 110 0 116 102 20 537 103 63
Binary 11010110 101111 1001000 0 1001110 1000010 10000 101011111 1000011 110011

Color Harmonies of #D62F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F48

Black with #D62F48

Text Example


Text Example

White with #D62F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F48; }

 p { color: rgb(214,47,72); }

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

background-color css

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

 a { background-color: rgb(214,47,72); }

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

border-color css

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

 span { border-color: rgb(214,47,72); }

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