Html Css Color HEX #D03242 Brick Red

📋 copy color: '#D03242'

red 208 ◦ green 50 ◦ blue 66

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

Shades of Brick Red #D03242

Tints of Brick Red #D03242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.43%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 64.2%
G = 15.43%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D03242 (or 0xD03242) is known color: Brick Red. HEX triplet: D0, 32 and 42. RGB value is (208,50,66). Sum of RGB (Red+Green+Blue) = 208+50+66=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D03242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03242 is #2FCDBD. Grayscale: #636363. Windows color (decimal): -3132862 or 4338384. OLE color: 4338384.

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

Color convert

RGB 208 50 66 -
CMYK 0 0.76 0.68 0.18
HSL 353.92º 0.63% 0.51% -
HSV(B) 353.92º 0.76% 0.82% -
XYZ 28.14 16.08 6.78 -
YUV 99.07 109.35 205.7 -
System Red Green Blue C M Y K H S L
Decimal 208 50 66 0 0.76 0.68 0.18 353.92 0.63 0.51
Hex D0 32 42 0 4C 44 12 162 3F 33
Octal 320 62 102 0 114 104 22 542 77 63
Binary 11010000 110010 1000010 0 1001100 1000100 10010 101100010 111111 110011

Color Harmonies of #D03242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03242

Black with #D03242

Text Example


Text Example

White with #D03242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03242; }

 p { color: rgb(208,50,66); }

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

background-color css

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

 a { background-color: rgb(208,50,66); }

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

border-color css

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

 span { border-color: rgb(208,50,66); }

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