Html Css Color HEX #D0433B Persian Red

📋 copy color: '#D0433B'

red 208 ◦ green 67 ◦ blue 59

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

Shades of Persian Red #D0433B

Tints of Persian Red #D0433B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.06%

 BLUE value IS 59 (23.44% from 255) = 17.66%

R = 62.28%
G = 20.06%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0433B (or 0xD0433B) is known color: Persian Red. HEX triplet: D0, 43 and 3B. RGB value is (208,67,59). Sum of RGB (Red+Green+Blue) = 208+67+59=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0433B is #2FBCC4. Grayscale: #6C6C6C. Windows color (decimal): -3128517 or 3883984. OLE color: 3883984.

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

Color convert

RGB 208 67 59 -
CMYK 0 0.68 0.72 0.18
HSL 3.22º 0.61% 0.52% -
HSV(B) 3.22º 0.72% 0.82% -
XYZ 28.81 17.74 6.04 -
YUV 108.25 100.21 199.15 -
System Red Green Blue C M Y K H S L
Decimal 208 67 59 0 0.68 0.72 0.18 3.22 0.61 0.52
Hex D0 43 3B 0 44 48 12 3 3D 34
Octal 320 103 73 0 104 110 22 3 75 64
Binary 11010000 1000011 111011 0 1000100 1001000 10010 11 111101 110100

Color Harmonies of #D0433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0433B

Black with #D0433B

Text Example


Text Example

White with #D0433B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0433B; }

 p { color: rgb(208,67,59); }

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

background-color css

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

 a { background-color: rgb(208,67,59); }

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

border-color css

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

 span { border-color: rgb(208,67,59); }

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