Html Css Color HEX #D62541 Brick Red

📋 copy color: '#D62541'

red 214 ◦ green 37 ◦ blue 65

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

Shades of Brick Red #D62541

Tints of Brick Red #D62541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.71%

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

R = 67.72%
G = 11.71%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D62541 (or 0xD62541) is known color: Brick Red. HEX triplet: D6, 25 and 41. RGB value is (214,37,65). Sum of RGB (Red+Green+Blue) = 214+37+65=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D62541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62541 is #29DABE. Grayscale: #5D5D5D. Windows color (decimal): -2742975 or 4269526. OLE color: 4269526.

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

Color convert

RGB 214 37 65 -
CMYK 0 0.83 0.70 0.16
HSL 350.51º 0.71% 0.49% -
HSV(B) 350.51º 0.83% 0.84% -
XYZ 29.35 16 6.54 -
YUV 93.12 112.14 214.22 -
System Red Green Blue C M Y K H S L
Decimal 214 37 65 0 0.83 0.70 0.16 350.51 0.71 0.49
Hex D6 25 41 0 53 46 10 15F 47 31
Octal 326 45 101 0 123 106 20 537 107 61
Binary 11010110 100101 1000001 0 1010011 1000110 10000 101011111 1000111 110001

Color Harmonies of #D62541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62541

Black with #D62541

Text Example


Text Example

White with #D62541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62541; }

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

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

background-color css

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

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

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

border-color css

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

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

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