Html Css Color HEX #D13348 Brick Red

📋 copy color: '#D13348'

red 209 ◦ green 51 ◦ blue 72

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

Shades of Brick Red #D13348

Tints of Brick Red #D13348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.36%

 BLUE value IS 72 (28.52% from 255) = 21.69%

R = 62.95%
G = 15.36%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D13348 (or 0xD13348) is known color: Brick Red. HEX triplet: D1, 33 and 48. RGB value is (209,51,72). Sum of RGB (Red+Green+Blue) = 209+51+72=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D13348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13348 is #2ECCB7. Grayscale: #646464. Windows color (decimal): -3067064 or 4731857. OLE color: 4731857.

HSL color Cylindrical-coordinate representation of color #D13348: hue angle of 352.03º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13348 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 51 72 -
CMYK 0 0.76 0.66 0.18
HSL 352.03º 0.63% 0.51% -
HSV(B) 352.03º 0.76% 0.82% -
XYZ 28.65 16.39 7.78 -
YUV 100.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 209 51 72 0 0.76 0.66 0.18 352.03 0.63 0.51
Hex D1 33 48 0 4C 42 12 160 3F 33
Octal 321 63 110 0 114 102 22 540 77 63
Binary 11010001 110011 1001000 0 1001100 1000010 10010 101100000 111111 110011

Color Harmonies of #D13348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13348

Black with #D13348

Text Example


Text Example

White with #D13348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13348; }

 p { color: rgb(209,51,72); }

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

background-color css

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

 a { background-color: rgb(209,51,72); }

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

border-color css

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

 span { border-color: rgb(209,51,72); }

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