Html Css Color HEX #D02245 Brick Red

📋 copy color: '#D02245'

red 208 ◦ green 34 ◦ blue 69

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

Shades of Brick Red #D02245

Tints of Brick Red #D02245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.19%

R = 66.88%
G = 10.93%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D02245 (or 0xD02245) is known color: Brick Red. HEX triplet: D0, 22 and 45. RGB value is (208,34,69). Sum of RGB (Red+Green+Blue) = 208+34+69=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D02245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02245 is #2FDDBA. Grayscale: #5A5A5A. Windows color (decimal): -3136955 or 4530896. OLE color: 4530896.

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

Color convert

RGB 208 34 69 -
CMYK 0 0.84 0.67 0.18
HSL 347.93º 0.72% 0.47% -
HSV(B) 347.93º 0.84% 0.82% -
XYZ 27.66 14.98 7.06 -
YUV 90.02 116.15 212.15 -
System Red Green Blue C M Y K H S L
Decimal 208 34 69 0 0.84 0.67 0.18 347.93 0.72 0.47
Hex D0 22 45 0 54 43 12 15C 48 2F
Octal 320 42 105 0 124 103 22 534 110 57
Binary 11010000 100010 1000101 0 1010100 1000011 10010 101011100 1001000 101111

Color Harmonies of #D02245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02245

Black with #D02245

Text Example


Text Example

White with #D02245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02245; }

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

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

background-color css

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

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

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

border-color css

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

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

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