Html Css Color HEX #D23F36 Persian Red

📋 copy color: '#D23F36'

red 210 ◦ green 63 ◦ blue 54

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

Shades of Persian Red #D23F36

Tints of Persian Red #D23F36

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

 BLUE value IS 54 (21.48% from 255) = 16.51%

R = 64.22%
G = 19.27%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D23F36 (or 0xD23F36) is known color: Persian Red. HEX triplet: D2, 3F and 36. RGB value is (210,63,54). Sum of RGB (Red+Green+Blue) = 210+63+54=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F36 is #2DC0C9. Grayscale: #6A6A6A. Windows color (decimal): -2998474 or 3555282. OLE color: 3555282.

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

Color convert

RGB 210 63 54 -
CMYK 0 0.70 0.74 0.18
HSL 3.46º 0.63% 0.52% -
HSV(B) 3.46º 0.74% 0.82% -
XYZ 29.02 17.52 5.34 -
YUV 105.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 210 63 54 0 0.70 0.74 0.18 3.46 0.63 0.52
Hex D2 3F 36 0 46 4A 12 3 3F 34
Octal 322 77 66 0 106 112 22 3 77 64
Binary 11010010 111111 110110 0 1000110 1001010 10010 11 111111 110100

Color Harmonies of #D23F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23F36

Black with #D23F36

Text Example


Text Example

White with #D23F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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