Html Css Color HEX #D02D3D Brick Red

📋 copy color: '#D02D3D'

red 208 ◦ green 45 ◦ blue 61

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

Shades of Brick Red #D02D3D

Tints of Brick Red #D02D3D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.33%

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

R = 66.24%
G = 14.33%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D02D3D (or 0xD02D3D) is known color: Brick Red. HEX triplet: D0, 2D and 3D. RGB value is (208,45,61). Sum of RGB (Red+Green+Blue) = 208+45+61=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D3D is #2FD2C2. Grayscale: #5F5F5F. Windows color (decimal): -3134147 or 4009424. OLE color: 4009424.

HSL color Cylindrical-coordinate representation of color #D02D3D: hue angle of 354.11º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02D3D is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 45 61 -
CMYK 0 0.78 0.71 0.18
HSL 354.11º 0.64% 0.5% -
HSV(B) 354.11º 0.78% 0.82% -
XYZ 27.79 15.62 5.97 -
YUV 95.56 108.5 208.2 -
System Red Green Blue C M Y K H S L
Decimal 208 45 61 0 0.78 0.71 0.18 354.11 0.64 0.5
Hex D0 2D 3D 0 4E 47 12 162 40 32
Octal 320 55 75 0 116 107 22 542 100 62
Binary 11010000 101101 111101 0 1001110 1000111 10010 101100010 1000000 110010

Color Harmonies of #D02D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D3D

Black with #D02D3D

Text Example


Text Example

White with #D02D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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