Html Css Color HEX #D22641 Brick Red

📋 copy color: '#D22641'

red 210 ◦ green 38 ◦ blue 65

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

Shades of Brick Red #D22641

Tints of Brick Red #D22641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.14%

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

R = 67.09%
G = 12.14%
B = 20.77%

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

#D22641 (or 0xD22641) is known color: Brick Red. HEX triplet: D2, 26 and 41. RGB value is (210,38,65). Sum of RGB (Red+Green+Blue) = 210+38+65=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D22641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22641 is #2DD9BE. Grayscale: #5C5C5C. Windows color (decimal): -3004863 or 4269778. OLE color: 4269778.

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

Color convert

RGB 210 38 65 -
CMYK 0 0.82 0.69 0.18
HSL 350.58º 0.69% 0.49% -
HSV(B) 350.58º 0.82% 0.82% -
XYZ 28.23 15.47 6.5 -
YUV 92.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 210 38 65 0 0.82 0.69 0.18 350.58 0.69 0.49
Hex D2 26 41 0 52 45 12 15F 45 31
Octal 322 46 101 0 122 105 22 537 105 61
Binary 11010010 100110 1000001 0 1010010 1000101 10010 101011111 1000101 110001

Color Harmonies of #D22641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22641

Black with #D22641

Text Example


Text Example

White with #D22641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22641; }

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

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

background-color css

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

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

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

border-color css

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

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

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