Html Css Color HEX #D42B23 Persian Red

📋 copy color: '#D42B23'

red 212 ◦ green 43 ◦ blue 35

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

Shades of Persian Red #D42B23

Tints of Persian Red #D42B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.83%

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

R = 73.1%
G = 14.83%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D42B23 (or 0xD42B23) is known color: Persian Red. HEX triplet: D4, 2B and 23. RGB value is (212,43,35). Sum of RGB (Red+Green+Blue) = 212+43+35=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42B23 is #2BD4DC. Grayscale: #5C5C5C. Windows color (decimal): -2872541 or 2304980. OLE color: 2304980.

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

Color convert

RGB 212 43 35 -
CMYK 0 0.80 0.83 0.17
HSL 2.71º 0.72% 0.48% -
HSV(B) 2.71º 0.83% 0.83% -
XYZ 28.32 15.85 3.16 -
YUV 92.62 95.49 213.15 -
System Red Green Blue C M Y K H S L
Decimal 212 43 35 0 0.80 0.83 0.17 2.71 0.72 0.48
Hex D4 2B 23 0 50 53 11 3 48 30
Octal 324 53 43 0 120 123 21 3 110 60
Binary 11010100 101011 100011 0 1010000 1010011 10001 11 1001000 110000

Color Harmonies of #D42B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42B23

Black with #D42B23

Text Example


Text Example

White with #D42B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42B23; }

 p { color: rgb(212,43,35); }

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

background-color css

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

 a { background-color: rgb(212,43,35); }

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

border-color css

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

 span { border-color: rgb(212,43,35); }

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