Html Css Color HEX #D03433 Persian Red

📋 copy color: '#D03433'

red 208 ◦ green 52 ◦ blue 51

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

Shades of Persian Red #D03433

Tints of Persian Red #D03433

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.72%

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

R = 66.88%
G = 16.72%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D03433 (or 0xD03433) is known color: Persian Red. HEX triplet: D0, 34 and 33. RGB value is (208,52,51). Sum of RGB (Red+Green+Blue) = 208+52+51=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D03433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03433 is #2FCBCC. Grayscale: #626262. Windows color (decimal): -3132365 or 3355856. OLE color: 3355856.

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

Color convert

RGB 208 52 51 -
CMYK 0 0.75 0.75 0.18
HSL 0.38º 0.63% 0.51% -
HSV(B) 0.38º 0.75% 0.82% -
XYZ 27.84 16.1 4.77 -
YUV 98.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 208 52 51 0 0.75 0.75 0.18 0.38 0.63 0.51
Hex D0 34 33 0 4B 4B 12 0 3F 33
Octal 320 64 63 0 113 113 22 0 77 63
Binary 11010000 110100 110011 0 1001011 1001011 10010 0 111111 110011

Color Harmonies of #D03433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03433

Black with #D03433

Text Example


Text Example

White with #D03433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03433; }

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

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

background-color css

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

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

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

border-color css

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

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

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