Html Css Color HEX #D24343 Persian Red

📋 copy color: '#D24343'

red 210 ◦ green 67 ◦ blue 67

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

Shades of Persian Red #D24343

Tints of Persian Red #D24343

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.48%

 BLUE value IS 67 (26.56% from 255) = 19.48%

R = 61.05%
G = 19.48%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D24343 (or 0xD24343) is known color: Persian Red. HEX triplet: D2, 43 and 43. RGB value is (210,67,67). Sum of RGB (Red+Green+Blue) = 210+67+67=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D24343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24343 is #2DBCBC. Grayscale: #6D6D6D. Windows color (decimal): -2997437 or 4408274. OLE color: 4408274.

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

Color convert

RGB 210 67 67 -
CMYK 0 0.68 0.68 0.18
HSL 0.61% 0.54% -
HSV(B) 0.68% 0.82% -
XYZ 29.6 18.12 7.25 -
YUV 109.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 210 67 67 0 0.68 0.68 0.18 0 0.61 0.54
Hex D2 43 43 0 44 44 12 0 3D 36
Octal 322 103 103 0 104 104 22 0 75 66
Binary 11010010 1000011 1000011 0 1000100 1000100 10010 0 111101 110110

Color Harmonies of #D24343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24343

Black with #D24343

Text Example


Text Example

White with #D24343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24343; }

 p { color: rgb(210,67,67); }

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

background-color css

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

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

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

border-color css

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

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

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