Html Css Color HEX #D0214B Brick Red

📋 copy color: '#D0214B'

red 208 ◦ green 33 ◦ blue 75

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

Shades of Brick Red #D0214B

Tints of Brick Red #D0214B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 65.82%
G = 10.44%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0214B (or 0xD0214B) is known color: Brick Red. HEX triplet: D0, 21 and 4B. RGB value is (208,33,75). Sum of RGB (Red+Green+Blue) = 208+33+75=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D0214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0214B is #2FDEB4. Grayscale: #5A5A5A. Windows color (decimal): -3137205 or 4923856. OLE color: 4923856.

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

Color convert

RGB 208 33 75 -
CMYK 0 0.84 0.64 0.18
HSL 345.6º 0.73% 0.47% -
HSV(B) 345.6º 0.84% 0.82% -
XYZ 27.83 15.01 8.09 -
YUV 90.11 119.48 212.08 -
System Red Green Blue C M Y K H S L
Decimal 208 33 75 0 0.84 0.64 0.18 345.6 0.73 0.47
Hex D0 21 4B 0 54 40 12 15A 49 2F
Octal 320 41 113 0 124 100 22 532 111 57
Binary 11010000 100001 1001011 0 1010100 1000000 10010 101011010 1001001 101111

Color Harmonies of #D0214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0214B

Black with #D0214B

Text Example


Text Example

White with #D0214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0214B; }

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

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

background-color css

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

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

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

border-color css

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

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

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