Html Css Color HEX #D2263C Brick Red

📋 copy color: '#D2263C'

red 210 ◦ green 38 ◦ blue 60

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

Shades of Brick Red #D2263C

Tints of Brick Red #D2263C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 68.18%
G = 12.34%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2263C (or 0xD2263C) is known color: Brick Red. HEX triplet: D2, 26 and 3C. RGB value is (210,38,60). Sum of RGB (Red+Green+Blue) = 210+38+60=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D2263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2263C is #2DD9C3. Grayscale: #5C5C5C. Windows color (decimal): -3004868 or 3942098. OLE color: 3942098.

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

Color convert

RGB 210 38 60 -
CMYK 0 0.82 0.71 0.18
HSL 352.33º 0.69% 0.49% -
HSV(B) 352.33º 0.82% 0.82% -
XYZ 28.09 15.41 5.77 -
YUV 91.94 109.98 212.21 -
System Red Green Blue C M Y K H S L
Decimal 210 38 60 0 0.82 0.71 0.18 352.33 0.69 0.49
Hex D2 26 3C 0 52 47 12 160 45 31
Octal 322 46 74 0 122 107 22 540 105 61
Binary 11010010 100110 111100 0 1010010 1000111 10010 101100000 1000101 110001

Color Harmonies of #D2263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2263C

Black with #D2263C

Text Example


Text Example

White with #D2263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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