Html Css Color HEX #D0263D Brick Red

📋 copy color: '#D0263D'

red 208 ◦ green 38 ◦ blue 61

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

Shades of Brick Red #D0263D

Tints of Brick Red #D0263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 67.75%
G = 12.38%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0263D (or 0xD0263D) is known color: Brick Red. HEX triplet: D0, 26 and 3D. RGB value is (208,38,61). Sum of RGB (Red+Green+Blue) = 208+38+61=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0263D is #2FD9C2. Grayscale: #5B5B5B. Windows color (decimal): -3135939 or 4007632. OLE color: 4007632.

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

Color convert

RGB 208 38 61 -
CMYK 0 0.82 0.71 0.18
HSL 351.88º 0.69% 0.48% -
HSV(B) 351.88º 0.82% 0.82% -
XYZ 27.55 15.13 5.88 -
YUV 91.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 208 38 61 0 0.82 0.71 0.18 351.88 0.69 0.48
Hex D0 26 3D 0 52 47 12 160 45 30
Octal 320 46 75 0 122 107 22 540 105 60
Binary 11010000 100110 111101 0 1010010 1000111 10010 101100000 1000101 110000

Color Harmonies of #D0263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0263D

Black with #D0263D

Text Example


Text Example

White with #D0263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0263D; }

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

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

background-color css

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

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

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

border-color css

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

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

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