Html Css Color HEX #D14233 Persian Red

📋 copy color: '#D14233'

red 209 ◦ green 66 ◦ blue 51

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

Shades of Persian Red #D14233

Tints of Persian Red #D14233

RGB

 RED value IS 209 (82.03% from 255) = 64.11%

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

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

R = 64.11%
G = 20.25%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D14233 (or 0xD14233) is known color: Persian Red. HEX triplet: D1, 42 and 33. RGB value is (209,66,51). Sum of RGB (Red+Green+Blue) = 209+66+51=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D14233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14233 is #2EBDCC. Grayscale: #6B6B6B. Windows color (decimal): -3063245 or 3359441. OLE color: 3359441.

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

Color convert

RGB 209 66 51 -
CMYK 0 0.68 0.76 0.18
HSL 5.7º 0.63% 0.51% -
HSV(B) 5.7º 0.76% 0.82% -
XYZ 28.84 17.69 5.03 -
YUV 107.05 96.38 200.72 -
System Red Green Blue C M Y K H S L
Decimal 209 66 51 0 0.68 0.76 0.18 5.7 0.63 0.51
Hex D1 42 33 0 44 4C 12 6 3F 33
Octal 321 102 63 0 104 114 22 6 77 63
Binary 11010001 1000010 110011 0 1000100 1001100 10010 110 111111 110011

Color Harmonies of #D14233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14233

Black with #D14233

Text Example


Text Example

White with #D14233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14233; }

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

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

background-color css

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

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

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

border-color css

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

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

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