Html Css Color HEX #D0274B Brick Red

📋 copy color: '#D0274B'

red 208 ◦ green 39 ◦ blue 75

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

Shades of Brick Red #D0274B

Tints of Brick Red #D0274B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

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

R = 64.6%
G = 12.11%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0274B (or 0xD0274B) is known color: Brick Red. HEX triplet: D0, 27 and 4B. RGB value is (208,39,75). Sum of RGB (Red+Green+Blue) = 208+39+75=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D0274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0274B is #2FD8B4. Grayscale: #5D5D5D. Windows color (decimal): -3135669 or 4925392. OLE color: 4925392.

HSL color Cylindrical-coordinate representation of color #D0274B: hue angle of 347.22º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0274B is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 39 75 -
CMYK 0 0.81 0.64 0.18
HSL 347.22º 0.68% 0.48% -
HSV(B) 347.22º 0.81% 0.82% -
XYZ 28.01 15.37 8.15 -
YUV 93.64 117.49 209.57 -
System Red Green Blue C M Y K H S L
Decimal 208 39 75 0 0.81 0.64 0.18 347.22 0.68 0.48
Hex D0 27 4B 0 51 40 12 15B 44 30
Octal 320 47 113 0 121 100 22 533 104 60
Binary 11010000 100111 1001011 0 1010001 1000000 10010 101011011 1000100 110000

Color Harmonies of #D0274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0274B

Black with #D0274B

Text Example


Text Example

White with #D0274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0274B; }

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

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

background-color css

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

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

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

border-color css

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

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

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