Html Css Color HEX #D0263E Brick Red

📋 copy color: '#D0263E'

red 208 ◦ green 38 ◦ blue 62

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

Shades of Brick Red #D0263E

Tints of Brick Red #D0263E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.34%

 BLUE value IS 62 (24.61% from 255) = 20.13%

R = 67.53%
G = 12.34%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0263E (or 0xD0263E) is known color: Brick Red. HEX triplet: D0, 26 and 3E. RGB value is (208,38,62). Sum of RGB (Red+Green+Blue) = 208+38+62=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D0263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0263E is #2FD9C1. Grayscale: #5B5B5B. Windows color (decimal): -3135938 or 4073168. OLE color: 4073168.

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

Color convert

RGB 208 38 62 -
CMYK 0 0.82 0.70 0.18
HSL 351.53º 0.69% 0.48% -
HSV(B) 351.53º 0.82% 0.82% -
XYZ 27.58 15.14 6.03 -
YUV 91.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 208 38 62 0 0.82 0.70 0.18 351.53 0.69 0.48
Hex D0 26 3E 0 52 46 12 160 45 30
Octal 320 46 76 0 122 106 22 540 105 60
Binary 11010000 100110 111110 0 1010010 1000110 10010 101100000 1000101 110000

Color Harmonies of #D0263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0263E

Black with #D0263E

Text Example


Text Example

White with #D0263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0263E; }

 p { color: rgb(208,38,62); }

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

background-color css

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

 a { background-color: rgb(208,38,62); }

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

border-color css

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

 span { border-color: rgb(208,38,62); }

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