Html Css Color HEX #D42D21 Persian Red

📋 copy color: '#D42D21'

red 212 ◦ green 45 ◦ blue 33

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

Shades of Persian Red #D42D21

Tints of Persian Red #D42D21

RGB

 RED value IS 212 (83.2% from 255) = 73.1%

 GREEN value IS 45 (17.97% from 255) = 15.52%

 BLUE value IS 33 (13.28% from 255) = 11.38%

R = 73.1%
G = 15.52%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D42D21 (or 0xD42D21) is known color: Persian Red. HEX triplet: D4, 2D and 21. RGB value is (212,45,33). Sum of RGB (Red+Green+Blue) = 212+45+33=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42D21 is #2BD2DE. Grayscale: #5D5D5D. Windows color (decimal): -2872031 or 2174420. OLE color: 2174420.

HSL color Cylindrical-coordinate representation of color #D42D21: hue angle of 4.02º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D42D21 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 45 33 -
CMYK 0 0.79 0.84 0.17
HSL 4.02º 0.73% 0.48% -
HSV(B) 4.02º 0.84% 0.83% -
XYZ 28.36 15.98 3.03 -
YUV 93.57 93.83 212.48 -
System Red Green Blue C M Y K H S L
Decimal 212 45 33 0 0.79 0.84 0.17 4.02 0.73 0.48
Hex D4 2D 21 0 4F 54 11 4 49 30
Octal 324 55 41 0 117 124 21 4 111 60
Binary 11010100 101101 100001 0 1001111 1010100 10001 100 1001001 110000

Color Harmonies of #D42D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42D21

Black with #D42D21

Text Example


Text Example

White with #D42D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42D21; }

 p { color: rgb(212,45,33); }

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

background-color css

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

 a { background-color: rgb(212,45,33); }

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

border-color css

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

 span { border-color: rgb(212,45,33); }

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