Html Css Color HEX #D4283D Brick Red

📋 copy color: '#D4283D'

red 212 ◦ green 40 ◦ blue 61

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

Shades of Brick Red #D4283D

Tints of Brick Red #D4283D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 67.73%
G = 12.78%
B = 19.49%

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

#D4283D (or 0xD4283D) is known color: Brick Red. HEX triplet: D4, 28 and 3D. RGB value is (212,40,61). Sum of RGB (Red+Green+Blue) = 212+40+61=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D4283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4283D is #2BD7C2. Grayscale: #5D5D5D. Windows color (decimal): -2873283 or 4008148. OLE color: 4008148.

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

Color convert

RGB 212 40 61 -
CMYK 0 0.81 0.71 0.17
HSL 352.67º 0.68% 0.49% -
HSV(B) 352.67º 0.81% 0.83% -
XYZ 28.75 15.85 5.96 -
YUV 93.82 109.48 212.29 -
System Red Green Blue C M Y K H S L
Decimal 212 40 61 0 0.81 0.71 0.17 352.67 0.68 0.49
Hex D4 28 3D 0 51 47 11 161 44 31
Octal 324 50 75 0 121 107 21 541 104 61
Binary 11010100 101000 111101 0 1010001 1000111 10001 101100001 1000100 110001

Color Harmonies of #D4283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4283D

Black with #D4283D

Text Example


Text Example

White with #D4283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4283D; }

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

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

background-color css

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

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

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

border-color css

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

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

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