Html Css Color HEX #D4283E Brick Red

📋 copy color: '#D4283E'

red 212 ◦ green 40 ◦ blue 62

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

Shades of Brick Red #D4283E

Tints of Brick Red #D4283E

RGB

 RED value IS 212 (83.2% from 255) = 67.52%

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

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

R = 67.52%
G = 12.74%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4283E (or 0xD4283E) is known color: Brick Red. HEX triplet: D4, 28 and 3E. RGB value is (212,40,62). Sum of RGB (Red+Green+Blue) = 212+40+62=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D4283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4283E is #2BD7C1. Grayscale: #5E5E5E. Windows color (decimal): -2873282 or 4073684. OLE color: 4073684.

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

Color convert

RGB 212 40 62 -
CMYK 0 0.81 0.71 0.17
HSL 352.33º 0.68% 0.49% -
HSV(B) 352.33º 0.81% 0.83% -
XYZ 28.78 15.86 6.1 -
YUV 93.94 109.98 212.21 -
System Red Green Blue C M Y K H S L
Decimal 212 40 62 0 0.81 0.71 0.17 352.33 0.68 0.49
Hex D4 28 3E 0 51 47 11 160 44 31
Octal 324 50 76 0 121 107 21 540 104 61
Binary 11010100 101000 111110 0 1010001 1000111 10001 101100000 1000100 110001

Color Harmonies of #D4283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4283E

Black with #D4283E

Text Example


Text Example

White with #D4283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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