Html Css Color HEX #D0423D Persian Red

📋 copy color: '#D0423D'

red 208 ◦ green 66 ◦ blue 61

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

Shades of Persian Red #D0423D

Tints of Persian Red #D0423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.7%

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

R = 62.09%
G = 19.7%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0423D (or 0xD0423D) is known color: Persian Red. HEX triplet: D0, 42 and 3D. RGB value is (208,66,61). Sum of RGB (Red+Green+Blue) = 208+66+61=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0423D is #2FBDC2. Grayscale: #6C6C6C. Windows color (decimal): -3128771 or 4014800. OLE color: 4014800.

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

Color convert

RGB 208 66 61 -
CMYK 0 0.68 0.71 0.18
HSL 2.04º 0.61% 0.53% -
HSV(B) 2.04º 0.71% 0.82% -
XYZ 28.8 17.64 6.3 -
YUV 107.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 208 66 61 0 0.68 0.71 0.18 2.04 0.61 0.53
Hex D0 42 3D 0 44 47 12 2 3D 35
Octal 320 102 75 0 104 107 22 2 75 65
Binary 11010000 1000010 111101 0 1000100 1000111 10010 10 111101 110101

Color Harmonies of #D0423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0423D

Black with #D0423D

Text Example


Text Example

White with #D0423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0423D; }

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

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

background-color css

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

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

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

border-color css

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

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

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