Html Css Color HEX #D23627 Persian Red

📋 copy color: '#D23627'

red 210 ◦ green 54 ◦ blue 39

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

Shades of Persian Red #D23627

Tints of Persian Red #D23627

RGB

 RED value IS 210 (82.42% from 255) = 69.31%

 GREEN value IS 54 (21.48% from 255) = 17.82%

 BLUE value IS 39 (15.63% from 255) = 12.87%

R = 69.31%
G = 17.82%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D23627 (or 0xD23627) is known color: Persian Red. HEX triplet: D2, 36 and 27. RGB value is (210,54,39). Sum of RGB (Red+Green+Blue) = 210+54+39=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D23627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23627 is #2DC9D8. Grayscale: #636363. Windows color (decimal): -3000793 or 2569938. OLE color: 2569938.

HSL color Cylindrical-coordinate representation of color #D23627: hue angle of 5.26º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D23627 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 54 39 -
CMYK 0 0.74 0.81 0.18
HSL 5.26º 0.69% 0.49% -
HSV(B) 5.26º 0.81% 0.82% -
XYZ 28.26 16.49 3.61 -
YUV 98.93 94.18 207.22 -
System Red Green Blue C M Y K H S L
Decimal 210 54 39 0 0.74 0.81 0.18 5.26 0.69 0.49
Hex D2 36 27 0 4A 51 12 5 45 31
Octal 322 66 47 0 112 121 22 5 105 61
Binary 11010010 110110 100111 0 1001010 1010001 10010 101 1000101 110001

Color Harmonies of #D23627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23627

Black with #D23627

Text Example


Text Example

White with #D23627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23627; }

 p { color: rgb(210,54,39); }

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

background-color css

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

 a { background-color: rgb(210,54,39); }

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

border-color css

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

 span { border-color: rgb(210,54,39); }

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