Html Css Color HEX #D22645 Brick Red

📋 copy color: '#D22645'

red 210 ◦ green 38 ◦ blue 69

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

Shades of Brick Red #D22645

Tints of Brick Red #D22645

RGB

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

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

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

R = 66.25%
G = 11.99%
B = 21.77%

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

#D22645 (or 0xD22645) is known color: Brick Red. HEX triplet: D2, 26 and 45. RGB value is (210,38,69). Sum of RGB (Red+Green+Blue) = 210+38+69=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D22645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22645 is #2DD9BA. Grayscale: #5D5D5D. Windows color (decimal): -3004859 or 4531922. OLE color: 4531922.

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

Color convert

RGB 210 38 69 -
CMYK 0 0.82 0.67 0.18
HSL 349.19º 0.69% 0.49% -
HSV(B) 349.19º 0.82% 0.82% -
XYZ 28.35 15.52 7.13 -
YUV 92.96 114.48 211.48 -
System Red Green Blue C M Y K H S L
Decimal 210 38 69 0 0.82 0.67 0.18 349.19 0.69 0.49
Hex D2 26 45 0 52 43 12 15D 45 31
Octal 322 46 105 0 122 103 22 535 105 61
Binary 11010010 100110 1000101 0 1010010 1000011 10010 101011101 1000101 110001

Color Harmonies of #D22645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22645

Black with #D22645

Text Example


Text Example

White with #D22645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22645; }

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

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

background-color css

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

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

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

border-color css

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

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

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