Html Css Color HEX #D1283B Brick Red

📋 copy color: '#D1283B'

red 209 ◦ green 40 ◦ blue 59

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

Shades of Brick Red #D1283B

Tints of Brick Red #D1283B

RGB

 RED value IS 209 (82.03% from 255) = 67.86%

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

 BLUE value IS 59 (23.44% from 255) = 19.16%

R = 67.86%
G = 12.99%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1283B (or 0xD1283B) is known color: Brick Red. HEX triplet: D1, 28 and 3B. RGB value is (209,40,59). Sum of RGB (Red+Green+Blue) = 209+40+59=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1283B is #2ED7C4. Grayscale: #5C5C5C. Windows color (decimal): -3069893 or 3877073. OLE color: 3877073.

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

Color convert

RGB 209 40 59 -
CMYK 0 0.81 0.72 0.18
HSL 353.25º 0.68% 0.49% -
HSV(B) 353.25º 0.81% 0.82% -
XYZ 27.84 15.39 5.64 -
YUV 92.7 108.99 210.96 -
System Red Green Blue C M Y K H S L
Decimal 209 40 59 0 0.81 0.72 0.18 353.25 0.68 0.49
Hex D1 28 3B 0 51 48 12 161 44 31
Octal 321 50 73 0 121 110 22 541 104 61
Binary 11010001 101000 111011 0 1010001 1001000 10010 101100001 1000100 110001

Color Harmonies of #D1283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1283B

Black with #D1283B

Text Example


Text Example

White with #D1283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1283B; }

 p { color: rgb(209,40,59); }

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

background-color css

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

 a { background-color: rgb(209,40,59); }

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

border-color css

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

 span { border-color: rgb(209,40,59); }

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