Html Css Color HEX #D2263B Brick Red

📋 copy color: '#D2263B'

red 210 ◦ green 38 ◦ blue 59

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

Shades of Brick Red #D2263B

Tints of Brick Red #D2263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.22%

R = 68.4%
G = 12.38%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2263B (or 0xD2263B) is known color: Brick Red. HEX triplet: D2, 26 and 3B. RGB value is (210,38,59). Sum of RGB (Red+Green+Blue) = 210+38+59=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D2263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2263B is #2DD9C4. Grayscale: #5B5B5B. Windows color (decimal): -3004869 or 3876562. OLE color: 3876562.

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

Color convert

RGB 210 38 59 -
CMYK 0 0.82 0.72 0.18
HSL 352.67º 0.69% 0.49% -
HSV(B) 352.67º 0.82% 0.82% -
XYZ 28.06 15.4 5.63 -
YUV 91.82 109.48 212.29 -
System Red Green Blue C M Y K H S L
Decimal 210 38 59 0 0.82 0.72 0.18 352.67 0.69 0.49
Hex D2 26 3B 0 52 48 12 161 45 31
Octal 322 46 73 0 122 110 22 541 105 61
Binary 11010010 100110 111011 0 1010010 1001000 10010 101100001 1000101 110001

Color Harmonies of #D2263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2263B

Black with #D2263B

Text Example


Text Example

White with #D2263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2263B; }

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

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

background-color css

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

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

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

border-color css

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

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

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