Html Css Color HEX #D24135 Persian Red

📋 copy color: '#D24135'

red 210 ◦ green 65 ◦ blue 53

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

Shades of Persian Red #D24135

Tints of Persian Red #D24135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

 BLUE value IS 53 (21.09% from 255) = 16.16%

R = 64.02%
G = 19.82%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D24135 (or 0xD24135) is known color: Persian Red. HEX triplet: D2, 41 and 35. RGB value is (210,65,53). Sum of RGB (Red+Green+Blue) = 210+65+53=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D24135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24135 is #2DBECA. Grayscale: #6B6B6B. Windows color (decimal): -2997963 or 3490258. OLE color: 3490258.

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

Color convert

RGB 210 65 53 -
CMYK 0 0.69 0.75 0.18
HSL 4.59º 0.64% 0.52% -
HSV(B) 4.59º 0.75% 0.82% -
XYZ 29.11 17.74 5.26 -
YUV 106.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 210 65 53 0 0.69 0.75 0.18 4.59 0.64 0.52
Hex D2 41 35 0 45 4B 12 5 40 34
Octal 322 101 65 0 105 113 22 5 100 64
Binary 11010010 1000001 110101 0 1000101 1001011 10010 101 1000000 110100

Color Harmonies of #D24135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24135

Black with #D24135

Text Example


Text Example

White with #D24135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24135; }

 p { color: rgb(210,65,53); }

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

background-color css

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

 a { background-color: rgb(210,65,53); }

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

border-color css

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

 span { border-color: rgb(210,65,53); }

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