Html Css Color HEX #D22543 Brick Red

📋 copy color: '#D22543'

red 210 ◦ green 37 ◦ blue 67

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

Shades of Brick Red #D22543

Tints of Brick Red #D22543

RGB

 RED value IS 210 (82.42% from 255) = 66.88%

 GREEN value IS 37 (14.84% from 255) = 11.78%

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

R = 66.88%
G = 11.78%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D22543 (or 0xD22543) is known color: Brick Red. HEX triplet: D2, 25 and 43. RGB value is (210,37,67). Sum of RGB (Red+Green+Blue) = 210+37+67=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D22543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22543 is #2DDABC. Grayscale: #5C5C5C. Windows color (decimal): -3005117 or 4400594. OLE color: 4400594.

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

Color convert

RGB 210 37 67 -
CMYK 0 0.82 0.68 0.18
HSL 349.6º 0.7% 0.48% -
HSV(B) 349.6º 0.82% 0.82% -
XYZ 28.25 15.43 6.8 -
YUV 92.15 113.81 212.06 -
System Red Green Blue C M Y K H S L
Decimal 210 37 67 0 0.82 0.68 0.18 349.6 0.7 0.48
Hex D2 25 43 0 52 44 12 15E 46 30
Octal 322 45 103 0 122 104 22 536 106 60
Binary 11010010 100101 1000011 0 1010010 1000100 10010 101011110 1000110 110000

Color Harmonies of #D22543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22543

Black with #D22543

Text Example


Text Example

White with #D22543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22543; }

 p { color: rgb(210,37,67); }

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

background-color css

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

 a { background-color: rgb(210,37,67); }

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

border-color css

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

 span { border-color: rgb(210,37,67); }

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