Html Css Color HEX #D22341 Brick Red

📋 copy color: '#D22341'

red 210 ◦ green 35 ◦ blue 65

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

Shades of Brick Red #D22341

Tints of Brick Red #D22341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.29%

 BLUE value IS 65 (25.78% from 255) = 20.97%

R = 67.74%
G = 11.29%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D22341 (or 0xD22341) is known color: Brick Red. HEX triplet: D2, 23 and 41. RGB value is (210,35,65). Sum of RGB (Red+Green+Blue) = 210+35+65=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D22341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22341 is #2DDCBE. Grayscale: #5A5A5A. Windows color (decimal): -3005631 or 4269010. OLE color: 4269010.

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

Color convert

RGB 210 35 65 -
CMYK 0 0.83 0.69 0.18
HSL 349.71º 0.71% 0.48% -
HSV(B) 349.71º 0.83% 0.82% -
XYZ 28.13 15.29 6.47 -
YUV 90.75 113.48 213.06 -
System Red Green Blue C M Y K H S L
Decimal 210 35 65 0 0.83 0.69 0.18 349.71 0.71 0.48
Hex D2 23 41 0 53 45 12 15E 47 30
Octal 322 43 101 0 123 105 22 536 107 60
Binary 11010010 100011 1000001 0 1010011 1000101 10010 101011110 1000111 110000

Color Harmonies of #D22341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22341

Black with #D22341

Text Example


Text Example

White with #D22341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22341; }

 p { color: rgb(210,35,65); }

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

background-color css

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

 a { background-color: rgb(210,35,65); }

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

border-color css

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

 span { border-color: rgb(210,35,65); }

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