Html Css Color HEX #D02C4B Brick Red

📋 copy color: '#D02C4B'

red 208 ◦ green 44 ◦ blue 75

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

Shades of Brick Red #D02C4B

Tints of Brick Red #D02C4B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.46%

 BLUE value IS 75 (29.69% from 255) = 22.94%

R = 63.61%
G = 13.46%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D02C4B (or 0xD02C4B) is known color: Brick Red. HEX triplet: D0, 2C and 4B. RGB value is (208,44,75). Sum of RGB (Red+Green+Blue) = 208+44+75=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02C4B is #2FD3B4. Grayscale: #606060. Windows color (decimal): -3134389 or 4926672. OLE color: 4926672.

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

Color convert

RGB 208 44 75 -
CMYK 0 0.79 0.64 0.18
HSL 348.66º 0.65% 0.49% -
HSV(B) 348.66º 0.79% 0.82% -
XYZ 28.18 15.72 8.21 -
YUV 96.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 208 44 75 0 0.79 0.64 0.18 348.66 0.65 0.49
Hex D0 2C 4B 0 4F 40 12 15D 41 31
Octal 320 54 113 0 117 100 22 535 101 61
Binary 11010000 101100 1001011 0 1001111 1000000 10010 101011101 1000001 110001

Color Harmonies of #D02C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C4B

Black with #D02C4B

Text Example


Text Example

White with #D02C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C4B; }

 p { color: rgb(208,44,75); }

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

background-color css

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

 a { background-color: rgb(208,44,75); }

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

border-color css

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

 span { border-color: rgb(208,44,75); }

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