Html Css Color HEX #D02243 Brick Red

📋 copy color: '#D02243'

red 208 ◦ green 34 ◦ blue 67

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

Shades of Brick Red #D02243

Tints of Brick Red #D02243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.68%

R = 67.31%
G = 11%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D02243 (or 0xD02243) is known color: Brick Red. HEX triplet: D0, 22 and 43. RGB value is (208,34,67). Sum of RGB (Red+Green+Blue) = 208+34+67=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D02243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02243 is #2FDDBC. Grayscale: #595959. Windows color (decimal): -3136957 or 4399824. OLE color: 4399824.

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

Color convert

RGB 208 34 67 -
CMYK 0 0.84 0.68 0.18
HSL 348.62º 0.72% 0.47% -
HSV(B) 348.62º 0.84% 0.82% -
XYZ 27.6 14.96 6.74 -
YUV 89.79 115.15 212.32 -
System Red Green Blue C M Y K H S L
Decimal 208 34 67 0 0.84 0.68 0.18 348.62 0.72 0.47
Hex D0 22 43 0 54 44 12 15D 48 2F
Octal 320 42 103 0 124 104 22 535 110 57
Binary 11010000 100010 1000011 0 1010100 1000100 10010 101011101 1001000 101111

Color Harmonies of #D02243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02243

Black with #D02243

Text Example


Text Example

White with #D02243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02243; }

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

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

background-color css

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

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

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

border-color css

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

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

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