Html Css Color HEX #D1263B Brick Red

📋 copy color: '#D1263B'

red 209 ◦ green 38 ◦ blue 59

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

Shades of Brick Red #D1263B

Tints of Brick Red #D1263B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.42%

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

R = 68.3%
G = 12.42%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1263B (or 0xD1263B) is known color: Brick Red. HEX triplet: D1, 26 and 3B. RGB value is (209,38,59). Sum of RGB (Red+Green+Blue) = 209+38+59=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D1263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1263B is #2ED9C4. Grayscale: #5B5B5B. Windows color (decimal): -3070405 or 3876561. OLE color: 3876561.

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

Color convert

RGB 209 38 59 -
CMYK 0 0.82 0.72 0.18
HSL 352.63º 0.69% 0.48% -
HSV(B) 352.63º 0.82% 0.82% -
XYZ 27.78 15.26 5.62 -
YUV 91.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 209 38 59 0 0.82 0.72 0.18 352.63 0.69 0.48
Hex D1 26 3B 0 52 48 12 161 45 30
Octal 321 46 73 0 122 110 22 541 105 60
Binary 11010001 100110 111011 0 1010010 1001000 10010 101100001 1000101 110000

Color Harmonies of #D1263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1263B

Black with #D1263B

Text Example


Text Example

White with #D1263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1263B; }

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

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

background-color css

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

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

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

border-color css

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

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

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