Html Css Color HEX #D22545 Brick Red

📋 copy color: '#D22545'

red 210 ◦ green 37 ◦ blue 69

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

Shades of Brick Red #D22545

Tints of Brick Red #D22545

RGB

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

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

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

R = 66.46%
G = 11.71%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D22545 (or 0xD22545) is known color: Brick Red. HEX triplet: D2, 25 and 45. RGB value is (210,37,69). Sum of RGB (Red+Green+Blue) = 210+37+69=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D22545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22545 is #2DDABA. Grayscale: #5C5C5C. Windows color (decimal): -3005115 or 4531666. OLE color: 4531666.

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

Color convert

RGB 210 37 69 -
CMYK 0 0.82 0.67 0.18
HSL 348.9º 0.7% 0.48% -
HSV(B) 348.9º 0.82% 0.82% -
XYZ 28.31 15.45 7.12 -
YUV 92.38 114.81 211.9 -
System Red Green Blue C M Y K H S L
Decimal 210 37 69 0 0.82 0.67 0.18 348.9 0.7 0.48
Hex D2 25 45 0 52 43 12 15D 46 30
Octal 322 45 105 0 122 103 22 535 106 60
Binary 11010010 100101 1000101 0 1010010 1000011 10010 101011101 1000110 110000

Color Harmonies of #D22545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22545

Black with #D22545

Text Example


Text Example

White with #D22545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22545; }

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

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

background-color css

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

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

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

border-color css

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

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

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