Html Css Color HEX #D22542 Brick Red

📋 copy color: '#D22542'

red 210 ◦ green 37 ◦ blue 66

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

Shades of Brick Red #D22542

Tints of Brick Red #D22542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 67.09%
G = 11.82%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D22542 (or 0xD22542) is known color: Brick Red. HEX triplet: D2, 25 and 42. RGB value is (210,37,66). Sum of RGB (Red+Green+Blue) = 210+37+66=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D22542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22542 is #2DDABD. Grayscale: #5C5C5C. Windows color (decimal): -3005118 or 4335058. OLE color: 4335058.

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

Color convert

RGB 210 37 66 -
CMYK 0 0.82 0.69 0.18
HSL 349.94º 0.7% 0.48% -
HSV(B) 349.94º 0.82% 0.82% -
XYZ 28.22 15.42 6.64 -
YUV 92.03 113.31 212.14 -
System Red Green Blue C M Y K H S L
Decimal 210 37 66 0 0.82 0.69 0.18 349.94 0.7 0.48
Hex D2 25 42 0 52 45 12 15E 46 30
Octal 322 45 102 0 122 105 22 536 106 60
Binary 11010010 100101 1000010 0 1010010 1000101 10010 101011110 1000110 110000

Color Harmonies of #D22542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22542

Black with #D22542

Text Example


Text Example

White with #D22542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22542; }

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

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

background-color css

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

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

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

border-color css

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

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

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