Html Css Color HEX #D0214C Brick Red

📋 copy color: '#D0214C'

red 208 ◦ green 33 ◦ blue 76

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

Shades of Brick Red #D0214C

Tints of Brick Red #D0214C

RGB

 RED value IS 208 (81.64% from 255) = 65.62%

 GREEN value IS 33 (13.28% from 255) = 10.41%

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

R = 65.62%
G = 10.41%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0214C (or 0xD0214C) is known color: Brick Red. HEX triplet: D0, 21 and 4C. RGB value is (208,33,76). Sum of RGB (Red+Green+Blue) = 208+33+76=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D0214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0214C is #2FDEB3. Grayscale: #5A5A5A. Windows color (decimal): -3137204 or 4989392. OLE color: 4989392.

HSL color Cylindrical-coordinate representation of color #D0214C: hue angle of 345.26º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0214C is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 33 76 -
CMYK 0 0.84 0.63 0.18
HSL 345.26º 0.73% 0.47% -
HSV(B) 345.26º 0.84% 0.82% -
XYZ 27.86 15.02 8.27 -
YUV 90.23 119.98 212 -
System Red Green Blue C M Y K H S L
Decimal 208 33 76 0 0.84 0.63 0.18 345.26 0.73 0.47
Hex D0 21 4C 0 54 3F 12 159 49 2F
Octal 320 41 114 0 124 77 22 531 111 57
Binary 11010000 100001 1001100 0 1010100 111111 10010 101011001 1001001 101111

Color Harmonies of #D0214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0214C

Black with #D0214C

Text Example


Text Example

White with #D0214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0214C; }

 p { color: rgb(208,33,76); }

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

background-color css

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

 a { background-color: rgb(208,33,76); }

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

border-color css

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

 span { border-color: rgb(208,33,76); }

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