Html Css Color HEX #D43838 Persian Red

📋 copy color: '#D43838'

red 212 ◦ green 56 ◦ blue 56

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

Shades of Persian Red #D43838

Tints of Persian Red #D43838

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

 BLUE value IS 56 (22.27% from 255) = 17.28%

R = 65.43%
G = 17.28%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D43838 (or 0xD43838) is known color: Persian Red. HEX triplet: D4, 38 and 38. RGB value is (212,56,56). Sum of RGB (Red+Green+Blue) = 212+56+56=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D43838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43838 is #2BC7C7. Grayscale: #666666. Windows color (decimal): -2869192 or 3684564. OLE color: 3684564.

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

Color convert

RGB 212 56 56 -
CMYK 0 0.74 0.74 0.17
HSL 0.64% 0.53% -
HSV(B) 0.74% 0.83% -
XYZ 29.28 17.11 5.5 -
YUV 102.64 101.68 206 -
System Red Green Blue C M Y K H S L
Decimal 212 56 56 0 0.74 0.74 0.17 0 0.64 0.53
Hex D4 38 38 0 4A 4A 11 0 40 35
Octal 324 70 70 0 112 112 21 0 100 65
Binary 11010100 111000 111000 0 1001010 1001010 10001 0 1000000 110101

Color Harmonies of #D43838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43838

Black with #D43838

Text Example


Text Example

White with #D43838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43838; }

 p { color: rgb(212,56,56); }

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

background-color css

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

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

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

border-color css

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

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

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