Html Css Color HEX #D22643 Brick Red

📋 copy color: '#D22643'

red 210 ◦ green 38 ◦ blue 67

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

Shades of Brick Red #D22643

Tints of Brick Red #D22643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.27%

R = 66.67%
G = 12.06%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D22643 (or 0xD22643) is known color: Brick Red. HEX triplet: D2, 26 and 43. RGB value is (210,38,67). Sum of RGB (Red+Green+Blue) = 210+38+67=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D22643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22643 is #2DD9BC. Grayscale: #5C5C5C. Windows color (decimal): -3004861 or 4400850. OLE color: 4400850.

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

Color convert

RGB 210 38 67 -
CMYK 0 0.82 0.68 0.18
HSL 349.88º 0.69% 0.49% -
HSV(B) 349.88º 0.82% 0.82% -
XYZ 28.28 15.49 6.81 -
YUV 92.73 113.48 211.64 -
System Red Green Blue C M Y K H S L
Decimal 210 38 67 0 0.82 0.68 0.18 349.88 0.69 0.49
Hex D2 26 43 0 52 44 12 15E 45 31
Octal 322 46 103 0 122 104 22 536 105 61
Binary 11010010 100110 1000011 0 1010010 1000100 10010 101011110 1000101 110001

Color Harmonies of #D22643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22643

Black with #D22643

Text Example


Text Example

White with #D22643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22643; }

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

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

background-color css

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

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

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

border-color css

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

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

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