Html Css Color HEX #D1273C Brick Red

📋 copy color: '#D1273C'

red 209 ◦ green 39 ◦ blue 60

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

Shades of Brick Red #D1273C

Tints of Brick Red #D1273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.66%

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 67.86%
G = 12.66%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1273C (or 0xD1273C) is known color: Brick Red. HEX triplet: D1, 27 and 3C. RGB value is (209,39,60). Sum of RGB (Red+Green+Blue) = 209+39+60=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1273C is #2ED8C3. Grayscale: #5C5C5C. Windows color (decimal): -3070148 or 3942353. OLE color: 3942353.

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

Color convert

RGB 209 39 60 -
CMYK 0 0.81 0.71 0.18
HSL 352.59º 0.69% 0.49% -
HSV(B) 352.59º 0.81% 0.82% -
XYZ 27.84 15.33 5.77 -
YUV 92.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 209 39 60 0 0.81 0.71 0.18 352.59 0.69 0.49
Hex D1 27 3C 0 51 47 12 161 45 31
Octal 321 47 74 0 121 107 22 541 105 61
Binary 11010001 100111 111100 0 1010001 1000111 10010 101100001 1000101 110001

Color Harmonies of #D1273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1273C

Black with #D1273C

Text Example


Text Example

White with #D1273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1273C; }

 p { color: rgb(209,39,60); }

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

background-color css

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

 a { background-color: rgb(209,39,60); }

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

border-color css

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

 span { border-color: rgb(209,39,60); }

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