Html Css Color HEX #D62623 Persian Red

📋 copy color: '#D62623'

red 214 ◦ green 38 ◦ blue 35

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

Shades of Persian Red #D62623

Tints of Persian Red #D62623

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.24%

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

R = 74.56%
G = 13.24%
B = 12.2%

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

#D62623 (or 0xD62623) is known color: Persian Red. HEX triplet: D6, 26 and 23. RGB value is (214,38,35). Sum of RGB (Red+Green+Blue) = 214+38+35=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D62623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62623 is #29D9DC. Grayscale: #5A5A5A. Windows color (decimal): -2742749 or 2303702. OLE color: 2303702.

HSL color Cylindrical-coordinate representation of color #D62623: hue angle of 1.01º 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 #D62623 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 38 35 -
CMYK 0 0.82 0.84 0.16
HSL 1.01º 0.72% 0.49% -
HSV(B) 1.01º 0.84% 0.84% -
XYZ 28.73 15.8 3.13 -
YUV 90.28 96.81 216.24 -
System Red Green Blue C M Y K H S L
Decimal 214 38 35 0 0.82 0.84 0.16 1.01 0.72 0.49
Hex D6 26 23 0 52 54 10 1 48 31
Octal 326 46 43 0 122 124 20 1 110 61
Binary 11010110 100110 100011 0 1010010 1010100 10000 1 1001000 110001

Color Harmonies of #D62623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62623

Black with #D62623

Text Example


Text Example

White with #D62623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62623; }

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

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

background-color css

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

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

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

border-color css

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

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

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