Html Css Color HEX #D1263D Brick Red

📋 copy color: '#D1263D'

red 209 ◦ green 38 ◦ blue 61

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

Shades of Brick Red #D1263D

Tints of Brick Red #D1263D

RGB

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

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

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

R = 67.86%
G = 12.34%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1263D (or 0xD1263D) is known color: Brick Red. HEX triplet: D1, 26 and 3D. RGB value is (209,38,61). Sum of RGB (Red+Green+Blue) = 209+38+61=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1263D is #2ED9C2. Grayscale: #5B5B5B. Windows color (decimal): -3070403 or 4007633. OLE color: 4007633.

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

Color convert

RGB 209 38 61 -
CMYK 0 0.82 0.71 0.18
HSL 351.93º 0.69% 0.48% -
HSV(B) 351.93º 0.82% 0.82% -
XYZ 27.83 15.28 5.9 -
YUV 91.75 110.65 211.63 -
System Red Green Blue C M Y K H S L
Decimal 209 38 61 0 0.82 0.71 0.18 351.93 0.69 0.48
Hex D1 26 3D 0 52 47 12 160 45 30
Octal 321 46 75 0 122 107 22 540 105 60
Binary 11010001 100110 111101 0 1010010 1000111 10010 101100000 1000101 110000

Color Harmonies of #D1263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1263D

Black with #D1263D

Text Example


Text Example

White with #D1263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1263D; }

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

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

background-color css

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

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

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

border-color css

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

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

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