Html Css Color HEX #D04233 Persian Red

📋 copy color: '#D04233'

red 208 ◦ green 66 ◦ blue 51

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

Shades of Persian Red #D04233

Tints of Persian Red #D04233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.69%

R = 64%
G = 20.31%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D04233 (or 0xD04233) is known color: Persian Red. HEX triplet: D0, 42 and 33. RGB value is (208,66,51). Sum of RGB (Red+Green+Blue) = 208+66+51=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D04233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04233 is #2FBDCC. Grayscale: #6A6A6A. Windows color (decimal): -3128781 or 3359440. OLE color: 3359440.

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

Color convert

RGB 208 66 51 -
CMYK 0 0.68 0.75 0.18
HSL 5.73º 0.63% 0.51% -
HSV(B) 5.73º 0.75% 0.82% -
XYZ 28.56 17.55 5.01 -
YUV 106.75 96.54 200.22 -
System Red Green Blue C M Y K H S L
Decimal 208 66 51 0 0.68 0.75 0.18 5.73 0.63 0.51
Hex D0 42 33 0 44 4B 12 6 3F 33
Octal 320 102 63 0 104 113 22 6 77 63
Binary 11010000 1000010 110011 0 1000100 1001011 10010 110 111111 110011

Color Harmonies of #D04233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04233

Black with #D04233

Text Example


Text Example

White with #D04233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04233; }

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

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

background-color css

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

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

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

border-color css

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

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

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