Html Css Color HEX #D62723 Persian Red

📋 copy color: '#D62723'

red 214 ◦ green 39 ◦ blue 35

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

Shades of Persian Red #D62723

Tints of Persian Red #D62723

RGB

 RED value IS 214 (83.98% from 255) = 74.31%

 GREEN value IS 39 (15.63% from 255) = 13.54%

 BLUE value IS 35 (14.06% from 255) = 12.15%

R = 74.31%
G = 13.54%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D62723 (or 0xD62723) is known color: Persian Red. HEX triplet: D6, 27 and 23. RGB value is (214,39,35). Sum of RGB (Red+Green+Blue) = 214+39+35=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D62723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62723 is #29D8DC. Grayscale: #5B5B5B. Windows color (decimal): -2742493 or 2303958. OLE color: 2303958.

HSL color Cylindrical-coordinate representation of color #D62723: hue angle of 1.34º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62723 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 39 35 -
CMYK 0 0.82 0.84 0.16
HSL 1.34º 0.72% 0.49% -
HSV(B) 1.34º 0.84% 0.84% -
XYZ 28.76 15.87 3.14 -
YUV 90.87 96.48 215.83 -
System Red Green Blue C M Y K H S L
Decimal 214 39 35 0 0.82 0.84 0.16 1.34 0.72 0.49
Hex D6 27 23 0 52 54 10 1 48 31
Octal 326 47 43 0 122 124 20 1 110 61
Binary 11010110 100111 100011 0 1010010 1010100 10000 1 1001000 110001

Color Harmonies of #D62723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62723

Black with #D62723

Text Example


Text Example

White with #D62723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62723; }

 p { color: rgb(214,39,35); }

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

background-color css

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

 a { background-color: rgb(214,39,35); }

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

border-color css

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

 span { border-color: rgb(214,39,35); }

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