Html Css Color HEX #DF2B2B Persian Red

📋 copy color: '#DF2B2B'

red 223 ◦ green 43 ◦ blue 43

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

Shades of Persian Red #DF2B2B

Tints of Persian Red #DF2B2B

RGB

 RED value IS 223 (87.5% from 255) = 72.17%

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

 BLUE value IS 43 (17.19% from 255) = 13.92%

R = 72.17%
G = 13.92%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF2B2B (or 0xDF2B2B) is known color: Persian Red. HEX triplet: DF, 2B and 2B. RGB value is (223,43,43). Sum of RGB (Red+Green+Blue) = 223+43+43=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B2B is #20D4D4. Grayscale: #606060. Windows color (decimal): -2151637 or 2829279. OLE color: 2829279.

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

Color convert

RGB 223 43 43 -
CMYK 0 0.81 0.81 0.13
HSL 0.74% 0.52% -
HSV(B) 0.81% 0.87% -
XYZ 31.73 17.59 4.01 -
YUV 96.82 97.63 218 -
System Red Green Blue C M Y K H S L
Decimal 223 43 43 0 0.81 0.81 0.13 0 0.74 0.52
Hex DF 2B 2B 0 51 51 D 0 4A 34
Octal 337 53 53 0 121 121 15 0 112 64
Binary 11011111 101011 101011 0 1010001 1010001 1101 0 1001010 110100

Color Harmonies of #DF2B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B2B

Black with #DF2B2B

Text Example


Text Example

White with #DF2B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B2B; }

 p { color: rgb(223,43,43); }

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

background-color css

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

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

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

border-color css

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

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

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