Html Css Color HEX #D4283F Brick Red

📋 copy color: '#D4283F'

red 212 ◦ green 40 ◦ blue 63

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

Shades of Brick Red #D4283F

Tints of Brick Red #D4283F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20%

R = 67.3%
G = 12.7%
B = 20%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4283F (or 0xD4283F) is known color: Brick Red. HEX triplet: D4, 28 and 3F. RGB value is (212,40,63). Sum of RGB (Red+Green+Blue) = 212+40+63=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D4283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4283F is #2BD7C0. Grayscale: #5E5E5E. Windows color (decimal): -2873281 or 4139220. OLE color: 4139220.

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

Color convert

RGB 212 40 63 -
CMYK 0 0.81 0.70 0.17
HSL 351.98º 0.68% 0.49% -
HSV(B) 351.98º 0.81% 0.83% -
XYZ 28.81 15.87 6.25 -
YUV 94.05 110.48 212.13 -
System Red Green Blue C M Y K H S L
Decimal 212 40 63 0 0.81 0.70 0.17 351.98 0.68 0.49
Hex D4 28 3F 0 51 46 11 160 44 31
Octal 324 50 77 0 121 106 21 540 104 61
Binary 11010100 101000 111111 0 1010001 1000110 10001 101100000 1000100 110001

Color Harmonies of #D4283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4283F

Black with #D4283F

Text Example


Text Example

White with #D4283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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