Html Css Color HEX #D02345 Brick Red

📋 copy color: '#D02345'

red 208 ◦ green 35 ◦ blue 69

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

Shades of Brick Red #D02345

Tints of Brick Red #D02345

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.22%

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 66.67%
G = 11.22%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D02345 (or 0xD02345) is known color: Brick Red. HEX triplet: D0, 23 and 45. RGB value is (208,35,69). Sum of RGB (Red+Green+Blue) = 208+35+69=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D02345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02345 is #2FDCBA. Grayscale: #5A5A5A. Windows color (decimal): -3136699 or 4531152. OLE color: 4531152.

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

Color convert

RGB 208 35 69 -
CMYK 0 0.83 0.67 0.18
HSL 348.21º 0.71% 0.48% -
HSV(B) 348.21º 0.83% 0.82% -
XYZ 27.69 15.04 7.07 -
YUV 90.6 115.81 211.74 -
System Red Green Blue C M Y K H S L
Decimal 208 35 69 0 0.83 0.67 0.18 348.21 0.71 0.48
Hex D0 23 45 0 53 43 12 15C 47 30
Octal 320 43 105 0 123 103 22 534 107 60
Binary 11010000 100011 1000101 0 1010011 1000011 10010 101011100 1000111 110000

Color Harmonies of #D02345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02345

Black with #D02345

Text Example


Text Example

White with #D02345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02345; }

 p { color: rgb(208,35,69); }

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

background-color css

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

 a { background-color: rgb(208,35,69); }

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

border-color css

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

 span { border-color: rgb(208,35,69); }

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