Html Css Color HEX #D1264B Brick Red

📋 copy color: '#D1264B'

red 209 ◦ green 38 ◦ blue 75

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

Shades of Brick Red #D1264B

Tints of Brick Red #D1264B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.29%

R = 64.91%
G = 11.8%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1264B (or 0xD1264B) is known color: Brick Red. HEX triplet: D1, 26 and 4B. RGB value is (209,38,75). Sum of RGB (Red+Green+Blue) = 209+38+75=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1264B is #2ED9B4. Grayscale: #5D5D5D. Windows color (decimal): -3070389 or 4925137. OLE color: 4925137.

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

Color convert

RGB 209 38 75 -
CMYK 0 0.82 0.64 0.18
HSL 347.02º 0.69% 0.48% -
HSV(B) 347.02º 0.82% 0.82% -
XYZ 28.26 15.45 8.15 -
YUV 93.35 117.65 210.49 -
System Red Green Blue C M Y K H S L
Decimal 209 38 75 0 0.82 0.64 0.18 347.02 0.69 0.48
Hex D1 26 4B 0 52 40 12 15B 45 30
Octal 321 46 113 0 122 100 22 533 105 60
Binary 11010001 100110 1001011 0 1010010 1000000 10010 101011011 1000101 110000

Color Harmonies of #D1264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1264B

Black with #D1264B

Text Example


Text Example

White with #D1264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1264B; }

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

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

background-color css

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

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

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

border-color css

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

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

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