Html Css Color HEX #D0412F Persian Red

📋 copy color: '#D0412F'

red 208 ◦ green 65 ◦ blue 47

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

Shades of Persian Red #D0412F

Tints of Persian Red #D0412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.31%

 BLUE value IS 47 (18.75% from 255) = 14.69%

R = 65%
G = 20.31%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0412F (or 0xD0412F) is known color: Persian Red. HEX triplet: D0, 41 and 2F. RGB value is (208,65,47). Sum of RGB (Red+Green+Blue) = 208+65+47=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0412F is #2FBED0. Grayscale: #696969. Windows color (decimal): -3129041 or 3097040. OLE color: 3097040.

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

Color convert

RGB 208 65 47 -
CMYK 0 0.69 0.77 0.18
HSL 6.71º 0.63% 0.5% -
HSV(B) 6.71º 0.77% 0.82% -
XYZ 28.42 17.4 4.55 -
YUV 105.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 208 65 47 0 0.69 0.77 0.18 6.71 0.63 0.5
Hex D0 41 2F 0 45 4D 12 7 3F 32
Octal 320 101 57 0 105 115 22 7 77 62
Binary 11010000 1000001 101111 0 1000101 1001101 10010 111 111111 110010

Color Harmonies of #D0412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0412F

Black with #D0412F

Text Example


Text Example

White with #D0412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0412F; }

 p { color: rgb(208,65,47); }

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

background-color css

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

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

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

border-color css

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

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

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