Html Css Color HEX #D5283E Brick Red

📋 copy color: '#D5283E'

red 213 ◦ green 40 ◦ blue 62

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

Shades of Brick Red #D5283E

Tints of Brick Red #D5283E

RGB

 RED value IS 213 (83.59% from 255) = 67.62%

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

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 67.62%
G = 12.7%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5283E (or 0xD5283E) is known color: Brick Red. HEX triplet: D5, 28 and 3E. RGB value is (213,40,62). Sum of RGB (Red+Green+Blue) = 213+40+62=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D5283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5283E is #2AD7C1. Grayscale: #5E5E5E. Windows color (decimal): -2807746 or 4073685. OLE color: 4073685.

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

Color convert

RGB 213 40 62 -
CMYK 0 0.81 0.71 0.16
HSL 352.37º 0.68% 0.5% -
HSV(B) 352.37º 0.81% 0.84% -
XYZ 29.07 16.01 6.12 -
YUV 94.24 109.81 212.71 -
System Red Green Blue C M Y K H S L
Decimal 213 40 62 0 0.81 0.71 0.16 352.37 0.68 0.5
Hex D5 28 3E 0 51 47 10 160 44 32
Octal 325 50 76 0 121 107 20 540 104 62
Binary 11010101 101000 111110 0 1010001 1000111 10000 101100000 1000100 110010

Color Harmonies of #D5283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5283E

Black with #D5283E

Text Example


Text Example

White with #D5283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5283E; }

 p { color: rgb(213,40,62); }

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

background-color css

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

 a { background-color: rgb(213,40,62); }

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

border-color css

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

 span { border-color: rgb(213,40,62); }

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