Html Css Color HEX #D0273C Brick Red

📋 copy color: '#D0273C'

red 208 ◦ green 39 ◦ blue 60

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

Shades of Brick Red #D0273C

Tints of Brick Red #D0273C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 67.75%
G = 12.7%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0273C (or 0xD0273C) is known color: Brick Red. HEX triplet: D0, 27 and 3C. RGB value is (208,39,60). Sum of RGB (Red+Green+Blue) = 208+39+60=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0273C is #2FD8C3. Grayscale: #5C5C5C. Windows color (decimal): -3135684 or 3942352. OLE color: 3942352.

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

Color convert

RGB 208 39 60 -
CMYK 0 0.81 0.71 0.18
HSL 352.54º 0.68% 0.48% -
HSV(B) 352.54º 0.81% 0.82% -
XYZ 27.55 15.19 5.75 -
YUV 91.93 109.99 210.79 -
System Red Green Blue C M Y K H S L
Decimal 208 39 60 0 0.81 0.71 0.18 352.54 0.68 0.48
Hex D0 27 3C 0 51 47 12 161 44 30
Octal 320 47 74 0 121 107 22 541 104 60
Binary 11010000 100111 111100 0 1010001 1000111 10010 101100001 1000100 110000

Color Harmonies of #D0273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0273C

Black with #D0273C

Text Example


Text Example

White with #D0273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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