Html Css Color HEX #D24342 Persian Red

📋 copy color: '#D24342'

red 210 ◦ green 67 ◦ blue 66

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

Shades of Persian Red #D24342

Tints of Persian Red #D24342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.24%

R = 61.22%
G = 19.53%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D24342 (or 0xD24342) is known color: Persian Red. HEX triplet: D2, 43 and 42. RGB value is (210,67,66). Sum of RGB (Red+Green+Blue) = 210+67+66=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D24342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24342 is #2DBCBD. Grayscale: #6D6D6D. Windows color (decimal): -2997438 or 4342738. OLE color: 4342738.

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

Color convert

RGB 210 67 66 -
CMYK 0 0.68 0.69 0.18
HSL 0.42º 0.62% 0.54% -
HSV(B) 0.42º 0.69% 0.82% -
XYZ 29.57 18.11 7.09 -
YUV 109.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 210 67 66 0 0.68 0.69 0.18 0.42 0.62 0.54
Hex D2 43 42 0 44 45 12 0 3E 36
Octal 322 103 102 0 104 105 22 0 76 66
Binary 11010010 1000011 1000010 0 1000100 1000101 10010 0 111110 110110

Color Harmonies of #D24342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24342

Black with #D24342

Text Example


Text Example

White with #D24342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24342; }

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

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

background-color css

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

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

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

border-color css

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

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

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