Html Css Color HEX #D62841 Brick Red

📋 copy color: '#D62841'

red 214 ◦ green 40 ◦ blue 65

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

Shades of Brick Red #D62841

Tints of Brick Red #D62841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.54%

 BLUE value IS 65 (25.78% from 255) = 20.38%

R = 67.08%
G = 12.54%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D62841 (or 0xD62841) is known color: Brick Red. HEX triplet: D6, 28 and 41. RGB value is (214,40,65). Sum of RGB (Red+Green+Blue) = 214+40+65=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D62841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62841 is #29D7BE. Grayscale: #5E5E5E. Windows color (decimal): -2742207 or 4270294. OLE color: 4270294.

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

Color convert

RGB 214 40 65 -
CMYK 0 0.81 0.70 0.16
HSL 351.38º 0.69% 0.5% -
HSV(B) 351.38º 0.81% 0.84% -
XYZ 29.44 16.2 6.58 -
YUV 94.88 111.15 212.97 -
System Red Green Blue C M Y K H S L
Decimal 214 40 65 0 0.81 0.70 0.16 351.38 0.69 0.5
Hex D6 28 41 0 51 46 10 15F 45 32
Octal 326 50 101 0 121 106 20 537 105 62
Binary 11010110 101000 1000001 0 1010001 1000110 10000 101011111 1000101 110010

Color Harmonies of #D62841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62841

Black with #D62841

Text Example


Text Example

White with #D62841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62841; }

 p { color: rgb(214,40,65); }

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

background-color css

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

 a { background-color: rgb(214,40,65); }

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

border-color css

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

 span { border-color: rgb(214,40,65); }

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