Html Css Color HEX #D04230 Persian Red

📋 copy color: '#D04230'

red 208 ◦ green 66 ◦ blue 48

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

Shades of Persian Red #D04230

Tints of Persian Red #D04230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.91%

R = 64.6%
G = 20.5%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D04230 (or 0xD04230) is known color: Persian Red. HEX triplet: D0, 42 and 30. RGB value is (208,66,48). Sum of RGB (Red+Green+Blue) = 208+66+48=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D04230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04230 is #2FBDCF. Grayscale: #6A6A6A. Windows color (decimal): -3128784 or 3162832. OLE color: 3162832.

HSL color Cylindrical-coordinate representation of color #D04230: hue angle of 6.75º 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 #D04230 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 66 48 -
CMYK 0 0.68 0.77 0.18
HSL 6.75º 0.63% 0.5% -
HSV(B) 6.75º 0.77% 0.82% -
XYZ 28.49 17.52 4.68 -
YUV 106.41 95.04 200.46 -
System Red Green Blue C M Y K H S L
Decimal 208 66 48 0 0.68 0.77 0.18 6.75 0.63 0.5
Hex D0 42 30 0 44 4D 12 7 3F 32
Octal 320 102 60 0 104 115 22 7 77 62
Binary 11010000 1000010 110000 0 1000100 1001101 10010 111 111111 110010

Color Harmonies of #D04230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04230

Black with #D04230

Text Example


Text Example

White with #D04230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04230; }

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

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

background-color css

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

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

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

border-color css

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

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

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