Html Css Color HEX #D62A23 Persian Red

📋 copy color: '#D62A23'

red 214 ◦ green 42 ◦ blue 35

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

Shades of Persian Red #D62A23

Tints of Persian Red #D62A23

RGB

 RED value IS 214 (83.98% from 255) = 73.54%

 GREEN value IS 42 (16.8% from 255) = 14.43%

 BLUE value IS 35 (14.06% from 255) = 12.03%

R = 73.54%
G = 14.43%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D62A23 (or 0xD62A23) is known color: Persian Red. HEX triplet: D6, 2A and 23. RGB value is (214,42,35). Sum of RGB (Red+Green+Blue) = 214+42+35=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62A23 is #29D5DC. Grayscale: #5C5C5C. Windows color (decimal): -2741725 or 2304726. OLE color: 2304726.

HSL color Cylindrical-coordinate representation of color #D62A23: hue angle of 2.35º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62A23 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 42 35 -
CMYK 0 0.80 0.84 0.16
HSL 2.35º 0.72% 0.49% -
HSV(B) 2.35º 0.84% 0.84% -
XYZ 28.86 16.07 3.17 -
YUV 92.63 95.48 214.57 -
System Red Green Blue C M Y K H S L
Decimal 214 42 35 0 0.80 0.84 0.16 2.35 0.72 0.49
Hex D6 2A 23 0 50 54 10 2 48 31
Octal 326 52 43 0 120 124 20 2 110 61
Binary 11010110 101010 100011 0 1010000 1010100 10000 10 1001000 110001

Color Harmonies of #D62A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A23

Black with #D62A23

Text Example


Text Example

White with #D62A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A23; }

 p { color: rgb(214,42,35); }

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

background-color css

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

 a { background-color: rgb(214,42,35); }

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

border-color css

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

 span { border-color: rgb(214,42,35); }

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