Html Css Color HEX #D0224A Brick Red

📋 copy color: '#D0224A'

red 208 ◦ green 34 ◦ blue 74

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

Shades of Brick Red #D0224A

Tints of Brick Red #D0224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.76%

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

R = 65.82%
G = 10.76%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0224A (or 0xD0224A) is known color: Brick Red. HEX triplet: D0, 22 and 4A. RGB value is (208,34,74). Sum of RGB (Red+Green+Blue) = 208+34+74=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D0224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0224A is #2FDDB5. Grayscale: #5A5A5A. Windows color (decimal): -3136950 or 4858576. OLE color: 4858576.

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

Color convert

RGB 208 34 74 -
CMYK 0 0.84 0.64 0.18
HSL 346.21º 0.72% 0.47% -
HSV(B) 346.21º 0.84% 0.82% -
XYZ 27.82 15.05 7.92 -
YUV 90.59 118.65 211.75 -
System Red Green Blue C M Y K H S L
Decimal 208 34 74 0 0.84 0.64 0.18 346.21 0.72 0.47
Hex D0 22 4A 0 54 40 12 15A 48 2F
Octal 320 42 112 0 124 100 22 532 110 57
Binary 11010000 100010 1001010 0 1010100 1000000 10010 101011010 1001000 101111

Color Harmonies of #D0224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0224A

Black with #D0224A

Text Example


Text Example

White with #D0224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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