Html Css Color HEX #D62B3F Brick Red

📋 copy color: '#D62B3F'

red 214 ◦ green 43 ◦ blue 63

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

Shades of Brick Red #D62B3F

Tints of Brick Red #D62B3F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.44%

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

R = 66.88%
G = 13.44%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D62B3F (or 0xD62B3F) is known color: Brick Red. HEX triplet: D6, 2B and 3F. RGB value is (214,43,63). Sum of RGB (Red+Green+Blue) = 214+43+63=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62B3F is #29D4C0. Grayscale: #606060. Windows color (decimal): -2741441 or 4139990. OLE color: 4139990.

HSL color Cylindrical-coordinate representation of color #D62B3F: hue angle of 352.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62B3F is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 43 63 -
CMYK 0 0.80 0.71 0.16
HSL 352.98º 0.68% 0.5% -
HSV(B) 352.98º 0.8% 0.84% -
XYZ 29.49 16.38 6.31 -
YUV 96.41 109.15 211.87 -
System Red Green Blue C M Y K H S L
Decimal 214 43 63 0 0.80 0.71 0.16 352.98 0.68 0.5
Hex D6 2B 3F 0 50 47 10 161 44 32
Octal 326 53 77 0 120 107 20 541 104 62
Binary 11010110 101011 111111 0 1010000 1000111 10000 101100001 1000100 110010

Color Harmonies of #D62B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62B3F

Black with #D62B3F

Text Example


Text Example

White with #D62B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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