Html Css Color HEX #D63123 Persian Red

📋 copy color: '#D63123'

red 214 ◦ green 49 ◦ blue 35

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

Shades of Persian Red #D63123

Tints of Persian Red #D63123

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.44%

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

R = 71.81%
G = 16.44%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D63123 (or 0xD63123) is known color: Persian Red. HEX triplet: D6, 31 and 23. RGB value is (214,49,35). Sum of RGB (Red+Green+Blue) = 214+49+35=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D63123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63123 is #29CEDC. Grayscale: #606060. Windows color (decimal): -2739933 or 2306518. OLE color: 2306518.

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

Color convert

RGB 214 49 35 -
CMYK 0 0.77 0.84 0.16
HSL 4.69º 0.72% 0.49% -
HSV(B) 4.69º 0.84% 0.84% -
XYZ 29.13 16.61 3.26 -
YUV 96.74 93.16 211.64 -
System Red Green Blue C M Y K H S L
Decimal 214 49 35 0 0.77 0.84 0.16 4.69 0.72 0.49
Hex D6 31 23 0 4D 54 10 5 48 31
Octal 326 61 43 0 115 124 20 5 110 61
Binary 11010110 110001 100011 0 1001101 1010100 10000 101 1001000 110001

Color Harmonies of #D63123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63123

Black with #D63123

Text Example


Text Example

White with #D63123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63123; }

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

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

background-color css

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

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

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

border-color css

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

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

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