Html Css Color HEX #D22947 Brick Red

📋 copy color: '#D22947'

red 210 ◦ green 41 ◦ blue 71

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

Shades of Brick Red #D22947

Tints of Brick Red #D22947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.73%

 BLUE value IS 71 (28.13% from 255) = 22.05%

R = 65.22%
G = 12.73%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D22947 (or 0xD22947) is known color: Brick Red. HEX triplet: D2, 29 and 47. RGB value is (210,41,71). Sum of RGB (Red+Green+Blue) = 210+41+71=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D22947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22947 is #2DD6B8. Grayscale: #5F5F5F. Windows color (decimal): -3004089 or 4663762. OLE color: 4663762.

HSL color Cylindrical-coordinate representation of color #D22947: hue angle of 349.35º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22947 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 41 71 -
CMYK 0 0.80 0.66 0.18
HSL 349.35º 0.67% 0.49% -
HSV(B) 349.35º 0.8% 0.82% -
XYZ 28.51 15.74 7.5 -
YUV 94.95 114.49 210.06 -
System Red Green Blue C M Y K H S L
Decimal 210 41 71 0 0.80 0.66 0.18 349.35 0.67 0.49
Hex D2 29 47 0 50 42 12 15D 43 31
Octal 322 51 107 0 120 102 22 535 103 61
Binary 11010010 101001 1000111 0 1010000 1000010 10010 101011101 1000011 110001

Color Harmonies of #D22947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22947

Black with #D22947

Text Example


Text Example

White with #D22947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22947; }

 p { color: rgb(210,41,71); }

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

background-color css

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

 a { background-color: rgb(210,41,71); }

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

border-color css

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

 span { border-color: rgb(210,41,71); }

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