Html Css Color HEX #D0423F Persian Red

📋 copy color: '#D0423F'

red 208 ◦ green 66 ◦ blue 63

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

Shades of Persian Red #D0423F

Tints of Persian Red #D0423F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.69%

R = 61.72%
G = 19.58%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0423F (or 0xD0423F) is known color: Persian Red. HEX triplet: D0, 42 and 3F. RGB value is (208,66,63). Sum of RGB (Red+Green+Blue) = 208+66+63=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0423F is #2FBDC0. Grayscale: #6C6C6C. Windows color (decimal): -3128769 or 4145872. OLE color: 4145872.

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

Color convert

RGB 208 66 63 -
CMYK 0 0.68 0.70 0.18
HSL 1.24º 0.61% 0.53% -
HSV(B) 1.24º 0.7% 0.82% -
XYZ 28.86 17.67 6.59 -
YUV 108.12 102.54 199.24 -
System Red Green Blue C M Y K H S L
Decimal 208 66 63 0 0.68 0.70 0.18 1.24 0.61 0.53
Hex D0 42 3F 0 44 46 12 1 3D 35
Octal 320 102 77 0 104 106 22 1 75 65
Binary 11010000 1000010 111111 0 1000100 1000110 10010 1 111101 110101

Color Harmonies of #D0423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0423F

Black with #D0423F

Text Example


Text Example

White with #D0423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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