Html Css Color HEX #D0244A Brick Red

📋 copy color: '#D0244A'

red 208 ◦ green 36 ◦ blue 74

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

Shades of Brick Red #D0244A

Tints of Brick Red #D0244A

RGB

 RED value IS 208 (81.64% from 255) = 65.41%

 GREEN value IS 36 (14.45% from 255) = 11.32%

 BLUE value IS 74 (29.3% from 255) = 23.27%

R = 65.41%
G = 11.32%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0244A (or 0xD0244A) is known color: Brick Red. HEX triplet: D0, 24 and 4A. RGB value is (208,36,74). Sum of RGB (Red+Green+Blue) = 208+36+74=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0244A is #2FDBB5. Grayscale: #5B5B5B. Windows color (decimal): -3136438 or 4859088. OLE color: 4859088.

HSL color Cylindrical-coordinate representation of color #D0244A: hue angle of 346.74º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0244A is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 36 74 -
CMYK 0 0.83 0.64 0.18
HSL 346.74º 0.7% 0.48% -
HSV(B) 346.74º 0.83% 0.82% -
XYZ 27.88 15.17 7.94 -
YUV 91.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 208 36 74 0 0.83 0.64 0.18 346.74 0.7 0.48
Hex D0 24 4A 0 53 40 12 15B 46 30
Octal 320 44 112 0 123 100 22 533 106 60
Binary 11010000 100100 1001010 0 1010011 1000000 10010 101011011 1000110 110000

Color Harmonies of #D0244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0244A

Black with #D0244A

Text Example


Text Example

White with #D0244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0244A; }

 p { color: rgb(208,36,74); }

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

background-color css

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

 a { background-color: rgb(208,36,74); }

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

border-color css

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

 span { border-color: rgb(208,36,74); }

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