Html Css Color HEX #D0243F Brick Red

📋 copy color: '#D0243F'

red 208 ◦ green 36 ◦ blue 63

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

Shades of Brick Red #D0243F

Tints of Brick Red #D0243F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

 BLUE value IS 63 (25% from 255) = 20.52%

R = 67.75%
G = 11.73%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0243F (or 0xD0243F) is known color: Brick Red. HEX triplet: D0, 24 and 3F. RGB value is (208,36,63). Sum of RGB (Red+Green+Blue) = 208+36+63=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0243F is #2FDBC0. Grayscale: #5A5A5A. Windows color (decimal): -3136449 or 4138192. OLE color: 4138192.

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

Color convert

RGB 208 36 63 -
CMYK 0 0.83 0.70 0.18
HSL 350.58º 0.7% 0.48% -
HSV(B) 350.58º 0.83% 0.82% -
XYZ 27.54 15.03 6.15 -
YUV 90.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 208 36 63 0 0.83 0.70 0.18 350.58 0.7 0.48
Hex D0 24 3F 0 53 46 12 15F 46 30
Octal 320 44 77 0 123 106 22 537 106 60
Binary 11010000 100100 111111 0 1010011 1000110 10010 101011111 1000110 110000

Color Harmonies of #D0243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0243F

Black with #D0243F

Text Example


Text Example

White with #D0243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0243F; }

 p { color: rgb(208,36,63); }

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

background-color css

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

 a { background-color: rgb(208,36,63); }

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

border-color css

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

 span { border-color: rgb(208,36,63); }

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