Html Css Color HEX #D2264A Brick Red

📋 copy color: '#D2264A'

red 210 ◦ green 38 ◦ blue 74

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

Shades of Brick Red #D2264A

Tints of Brick Red #D2264A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 65.22%
G = 11.8%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2264A (or 0xD2264A) is known color: Brick Red. HEX triplet: D2, 26 and 4A. RGB value is (210,38,74). Sum of RGB (Red+Green+Blue) = 210+38+74=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2264A is #2DD9B5. Grayscale: #5D5D5D. Windows color (decimal): -3004854 or 4859602. OLE color: 4859602.

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

Color convert

RGB 210 38 74 -
CMYK 0 0.82 0.65 0.18
HSL 347.44º 0.69% 0.49% -
HSV(B) 347.44º 0.82% 0.82% -
XYZ 28.51 15.58 7.98 -
YUV 93.53 116.98 211.07 -
System Red Green Blue C M Y K H S L
Decimal 210 38 74 0 0.82 0.65 0.18 347.44 0.69 0.49
Hex D2 26 4A 0 52 41 12 15B 45 31
Octal 322 46 112 0 122 101 22 533 105 61
Binary 11010010 100110 1001010 0 1010010 1000001 10010 101011011 1000101 110001

Color Harmonies of #D2264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2264A

Black with #D2264A

Text Example


Text Example

White with #D2264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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