Html Css Color HEX #D2283D Brick Red

📋 copy color: '#D2283D'

red 210 ◦ green 40 ◦ blue 61

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

Shades of Brick Red #D2283D

Tints of Brick Red #D2283D

RGB

 RED value IS 210 (82.42% from 255) = 67.52%

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

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

R = 67.52%
G = 12.86%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2283D (or 0xD2283D) is known color: Brick Red. HEX triplet: D2, 28 and 3D. RGB value is (210,40,61). Sum of RGB (Red+Green+Blue) = 210+40+61=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D2283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2283D is #2DD7C2. Grayscale: #5D5D5D. Windows color (decimal): -3004355 or 4008146. OLE color: 4008146.

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

Color convert

RGB 210 40 61 -
CMYK 0 0.81 0.71 0.18
HSL 352.59º 0.68% 0.49% -
HSV(B) 352.59º 0.81% 0.82% -
XYZ 28.18 15.56 5.93 -
YUV 93.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 210 40 61 0 0.81 0.71 0.18 352.59 0.68 0.49
Hex D2 28 3D 0 51 47 12 161 44 31
Octal 322 50 75 0 121 107 22 541 104 61
Binary 11010010 101000 111101 0 1010001 1000111 10010 101100001 1000100 110001

Color Harmonies of #D2283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2283D

Black with #D2283D

Text Example


Text Example

White with #D2283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2283D; }

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

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

background-color css

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

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

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

border-color css

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

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

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