Html Css Color HEX #D62940 Brick Red

📋 copy color: '#D62940'

red 214 ◦ green 41 ◦ blue 64

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

Shades of Brick Red #D62940

Tints of Brick Red #D62940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.85%

 BLUE value IS 64 (25.39% from 255) = 20.06%

R = 67.08%
G = 12.85%
B = 20.06%

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

#D62940 (or 0xD62940) is known color: Brick Red. HEX triplet: D6, 29 and 40. RGB value is (214,41,64). Sum of RGB (Red+Green+Blue) = 214+41+64=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D62940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62940 is #29D6BF. Grayscale: #5F5F5F. Windows color (decimal): -2741952 or 4205014. OLE color: 4205014.

HSL color Cylindrical-coordinate representation of color #D62940: hue angle of 352.02º degrees, saturation: 0.68, 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 #D62940 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 41 64 -
CMYK 0 0.81 0.70 0.16
HSL 352.02º 0.68% 0.5% -
HSV(B) 352.02º 0.81% 0.84% -
XYZ 29.45 16.25 6.44 -
YUV 95.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 214 41 64 0 0.81 0.70 0.16 352.02 0.68 0.5
Hex D6 29 40 0 51 46 10 160 44 32
Octal 326 51 100 0 121 106 20 540 104 62
Binary 11010110 101001 1000000 0 1010001 1000110 10000 101100000 1000100 110010

Color Harmonies of #D62940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62940

Black with #D62940

Text Example


Text Example

White with #D62940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62940; }

 p { color: rgb(214,41,64); }

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

background-color css

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

 a { background-color: rgb(214,41,64); }

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

border-color css

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

 span { border-color: rgb(214,41,64); }

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