Html Css Color HEX #D42F2D Persian Red

📋 copy color: '#D42F2D'

red 212 ◦ green 47 ◦ blue 45

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

Shades of Persian Red #D42F2D

Tints of Persian Red #D42F2D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.46%

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 69.74%
G = 15.46%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D42F2D (or 0xD42F2D) is known color: Persian Red. HEX triplet: D4, 2F and 2D. RGB value is (212,47,45). Sum of RGB (Red+Green+Blue) = 212+47+45=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42F2D is #2BD0D2. Grayscale: #606060. Windows color (decimal): -2871507 or 2961364. OLE color: 2961364.

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

Color convert

RGB 212 47 45 -
CMYK 0 0.78 0.79 0.17
HSL 0.72º 0.66% 0.5% -
HSV(B) 0.72º 0.79% 0.83% -
XYZ 28.64 16.22 4.1 -
YUV 96.11 99.16 210.66 -
System Red Green Blue C M Y K H S L
Decimal 212 47 45 0 0.78 0.79 0.17 0.72 0.66 0.5
Hex D4 2F 2D 0 4E 4F 11 1 42 32
Octal 324 57 55 0 116 117 21 1 102 62
Binary 11010100 101111 101101 0 1001110 1001111 10001 1 1000010 110010

Color Harmonies of #D42F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42F2D

Black with #D42F2D

Text Example


Text Example

White with #D42F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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