Html Css Color HEX #D02C3C Brick Red

📋 copy color: '#D02C3C'

red 208 ◦ green 44 ◦ blue 60

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

Shades of Brick Red #D02C3C

Tints of Brick Red #D02C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 66.67%
G = 14.1%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D02C3C (or 0xD02C3C) is known color: Brick Red. HEX triplet: D0, 2C and 3C. RGB value is (208,44,60). Sum of RGB (Red+Green+Blue) = 208+44+60=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02C3C is #2FD3C3. Grayscale: #5E5E5E. Windows color (decimal): -3134404 or 3943632. OLE color: 3943632.

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

Color convert

RGB 208 44 60 -
CMYK 0 0.79 0.71 0.18
HSL 354.15º 0.65% 0.49% -
HSV(B) 354.15º 0.79% 0.82% -
XYZ 27.73 15.54 5.81 -
YUV 94.86 108.33 208.7 -
System Red Green Blue C M Y K H S L
Decimal 208 44 60 0 0.79 0.71 0.18 354.15 0.65 0.49
Hex D0 2C 3C 0 4F 47 12 162 41 31
Octal 320 54 74 0 117 107 22 542 101 61
Binary 11010000 101100 111100 0 1001111 1000111 10010 101100010 1000001 110001

Color Harmonies of #D02C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C3C

Black with #D02C3C

Text Example


Text Example

White with #D02C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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