Html Css Color HEX #D62641 Brick Red

📋 copy color: '#D62641'

red 214 ◦ green 38 ◦ blue 65

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

Shades of Brick Red #D62641

Tints of Brick Red #D62641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.99%

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

R = 67.51%
G = 11.99%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D62641 (or 0xD62641) is known color: Brick Red. HEX triplet: D6, 26 and 41. RGB value is (214,38,65). Sum of RGB (Red+Green+Blue) = 214+38+65=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D62641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62641 is #29D9BE. Grayscale: #5D5D5D. Windows color (decimal): -2742719 or 4269782. OLE color: 4269782.

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

Color convert

RGB 214 38 65 -
CMYK 0 0.82 0.70 0.16
HSL 350.8º 0.7% 0.49% -
HSV(B) 350.8º 0.82% 0.84% -
XYZ 29.38 16.06 6.55 -
YUV 93.7 111.81 213.8 -
System Red Green Blue C M Y K H S L
Decimal 214 38 65 0 0.82 0.70 0.16 350.8 0.7 0.49
Hex D6 26 41 0 52 46 10 15F 46 31
Octal 326 46 101 0 122 106 20 537 106 61
Binary 11010110 100110 1000001 0 1010010 1000110 10000 101011111 1000110 110001

Color Harmonies of #D62641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62641

Black with #D62641

Text Example


Text Example

White with #D62641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62641; }

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

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

background-color css

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

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

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

border-color css

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

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

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