Html Css Color HEX #D03434 Persian Red

📋 copy color: '#D03434'

red 208 ◦ green 52 ◦ blue 52

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

Shades of Persian Red #D03434

Tints of Persian Red #D03434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.67%

R = 66.67%
G = 16.67%
B = 16.67%

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

#D03434 (or 0xD03434) is known color: Persian Red. HEX triplet: D0, 34 and 34. RGB value is (208,52,52). Sum of RGB (Red+Green+Blue) = 208+52+52=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D03434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03434 is #2FCBCB. Grayscale: #626262. Windows color (decimal): -3132364 or 3421392. OLE color: 3421392.

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

Color convert

RGB 208 52 52 -
CMYK 0 0.75 0.75 0.18
HSL 0.62% 0.51% -
HSV(B) 0.75% 0.82% -
XYZ 27.86 16.11 4.89 -
YUV 98.64 101.68 206 -
System Red Green Blue C M Y K H S L
Decimal 208 52 52 0 0.75 0.75 0.18 0 0.62 0.51
Hex D0 34 34 0 4B 4B 12 0 3E 33
Octal 320 64 64 0 113 113 22 0 76 63
Binary 11010000 110100 110100 0 1001011 1001011 10010 0 111110 110011

Color Harmonies of #D03434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03434

Black with #D03434

Text Example


Text Example

White with #D03434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03434; }

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

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

background-color css

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

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

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

border-color css

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

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

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