Html Css Color HEX #D62F3F Brick Red

📋 copy color: '#D62F3F'

red 214 ◦ green 47 ◦ blue 63

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

Shades of Brick Red #D62F3F

Tints of Brick Red #D62F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.44%

R = 66.05%
G = 14.51%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D62F3F (or 0xD62F3F) is known color: Brick Red. HEX triplet: D6, 2F and 3F. RGB value is (214,47,63). Sum of RGB (Red+Green+Blue) = 214+47+63=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62F3F is #29D0C0. Grayscale: #626262. Windows color (decimal): -2740417 or 4141014. OLE color: 4141014.

HSL color Cylindrical-coordinate representation of color #D62F3F: hue angle of 354.25º 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 #D62F3F is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 47 63 -
CMYK 0 0.78 0.71 0.16
HSL 354.25º 0.67% 0.51% -
HSV(B) 354.25º 0.78% 0.84% -
XYZ 29.65 16.69 6.36 -
YUV 98.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 214 47 63 0 0.78 0.71 0.16 354.25 0.67 0.51
Hex D6 2F 3F 0 4E 47 10 162 43 33
Octal 326 57 77 0 116 107 20 542 103 63
Binary 11010110 101111 111111 0 1001110 1000111 10000 101100010 1000011 110011

Color Harmonies of #D62F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F3F

Black with #D62F3F

Text Example


Text Example

White with #D62F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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