Html Css Color HEX #D23F30 Persian Red

📋 copy color: '#D23F30'

red 210 ◦ green 63 ◦ blue 48

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

Shades of Persian Red #D23F30

Tints of Persian Red #D23F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.95%

R = 65.42%
G = 19.63%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D23F30 (or 0xD23F30) is known color: Persian Red. HEX triplet: D2, 3F and 30. RGB value is (210,63,48). Sum of RGB (Red+Green+Blue) = 210+63+48=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F30 is #2DC0CF. Grayscale: #696969. Windows color (decimal): -2998480 or 3162066. OLE color: 3162066.

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

Color convert

RGB 210 63 48 -
CMYK 0 0.70 0.77 0.18
HSL 5.56º 0.64% 0.51% -
HSV(B) 5.56º 0.77% 0.82% -
XYZ 28.89 17.47 4.65 -
YUV 105.24 95.7 202.72 -
System Red Green Blue C M Y K H S L
Decimal 210 63 48 0 0.70 0.77 0.18 5.56 0.64 0.51
Hex D2 3F 30 0 46 4D 12 6 40 33
Octal 322 77 60 0 106 115 22 6 100 63
Binary 11010010 111111 110000 0 1000110 1001101 10010 110 1000000 110011

Color Harmonies of #D23F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23F30

Black with #D23F30

Text Example


Text Example

White with #D23F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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