Html Css Color HEX #D1253E Brick Red

📋 copy color: '#D1253E'

red 209 ◦ green 37 ◦ blue 62

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

Shades of Brick Red #D1253E

Tints of Brick Red #D1253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.01%

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

R = 67.86%
G = 12.01%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1253E (or 0xD1253E) is known color: Brick Red. HEX triplet: D1, 25 and 3E. RGB value is (209,37,62). Sum of RGB (Red+Green+Blue) = 209+37+62=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1253E is #2EDAC1. Grayscale: #5B5B5B. Windows color (decimal): -3070658 or 4072913. OLE color: 4072913.

HSL color Cylindrical-coordinate representation of color #D1253E: hue angle of 351.28º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1253E is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 37 62 -
CMYK 0 0.82 0.70 0.18
HSL 351.28º 0.7% 0.48% -
HSV(B) 351.28º 0.82% 0.82% -
XYZ 27.83 15.23 6.03 -
YUV 91.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 209 37 62 0 0.82 0.70 0.18 351.28 0.7 0.48
Hex D1 25 3E 0 52 46 12 15F 46 30
Octal 321 45 76 0 122 106 22 537 106 60
Binary 11010001 100101 111110 0 1010010 1000110 10010 101011111 1000110 110000

Color Harmonies of #D1253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1253E

Black with #D1253E

Text Example


Text Example

White with #D1253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1253E; }

 p { color: rgb(209,37,62); }

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

background-color css

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

 a { background-color: rgb(209,37,62); }

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

border-color css

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

 span { border-color: rgb(209,37,62); }

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