Html Css Color HEX #D2264C Brick Red

📋 copy color: '#D2264C'

red 210 ◦ green 38 ◦ blue 76

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

Shades of Brick Red #D2264C

Tints of Brick Red #D2264C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.46%

R = 64.81%
G = 11.73%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2264C (or 0xD2264C) is known color: Brick Red. HEX triplet: D2, 26 and 4C. RGB value is (210,38,76). Sum of RGB (Red+Green+Blue) = 210+38+76=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2264C is #2DD9B3. Grayscale: #5D5D5D. Windows color (decimal): -3004852 or 4990674. OLE color: 4990674.

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

Color convert

RGB 210 38 76 -
CMYK 0 0.82 0.64 0.18
HSL 346.74º 0.69% 0.49% -
HSV(B) 346.74º 0.82% 0.82% -
XYZ 28.58 15.61 8.34 -
YUV 93.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 210 38 76 0 0.82 0.64 0.18 346.74 0.69 0.49
Hex D2 26 4C 0 52 40 12 15B 45 31
Octal 322 46 114 0 122 100 22 533 105 61
Binary 11010010 100110 1001100 0 1010010 1000000 10010 101011011 1000101 110001

Color Harmonies of #D2264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2264C

Black with #D2264C

Text Example


Text Example

White with #D2264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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