Html Css Color HEX #D02F44 Brick Red

📋 copy color: '#D02F44'

red 208 ◦ green 47 ◦ blue 68

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

Shades of Brick Red #D02F44

Tints of Brick Red #D02F44

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.55%

 BLUE value IS 68 (26.95% from 255) = 21.05%

R = 64.4%
G = 14.55%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D02F44 (or 0xD02F44) is known color: Brick Red. HEX triplet: D0, 2F and 44. RGB value is (208,47,68). Sum of RGB (Red+Green+Blue) = 208+47+68=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02F44 is #2FD0BB. Grayscale: #616161. Windows color (decimal): -3133628 or 4468688. OLE color: 4468688.

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

Color convert

RGB 208 47 68 -
CMYK 0 0.77 0.67 0.18
HSL 352.17º 0.63% 0.5% -
HSV(B) 352.17º 0.77% 0.82% -
XYZ 28.07 15.86 7.05 -
YUV 97.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 208 47 68 0 0.77 0.67 0.18 352.17 0.63 0.5
Hex D0 2F 44 0 4D 43 12 160 3F 32
Octal 320 57 104 0 115 103 22 540 77 62
Binary 11010000 101111 1000100 0 1001101 1000011 10010 101100000 111111 110010

Color Harmonies of #D02F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F44

Black with #D02F44

Text Example


Text Example

White with #D02F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F44; }

 p { color: rgb(208,47,68); }

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

background-color css

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

 a { background-color: rgb(208,47,68); }

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

border-color css

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

 span { border-color: rgb(208,47,68); }

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