Html Css Color HEX #DF302B Persian Red

📋 copy color: '#DF302B'

red 223 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #DF302B

Tints of Persian Red #DF302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.29%

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

R = 71.02%
G = 15.29%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF302B (or 0xDF302B) is known color: Persian Red. HEX triplet: DF, 30 and 2B. RGB value is (223,48,43). Sum of RGB (Red+Green+Blue) = 223+48+43=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF302B is #20CFD4. Grayscale: #636363. Windows color (decimal): -2150357 or 2830559. OLE color: 2830559.

HSL color Cylindrical-coordinate representation of color #DF302B: hue angle of 1.67º 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 #DF302B is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 48 43 -
CMYK 0 0.78 0.81 0.13
HSL 1.67º 0.74% 0.52% -
HSV(B) 1.67º 0.81% 0.87% -
XYZ 31.92 17.98 4.07 -
YUV 99.76 95.98 215.91 -
System Red Green Blue C M Y K H S L
Decimal 223 48 43 0 0.78 0.81 0.13 1.67 0.74 0.52
Hex DF 30 2B 0 4E 51 D 2 4A 34
Octal 337 60 53 0 116 121 15 2 112 64
Binary 11011111 110000 101011 0 1001110 1010001 1101 10 1001010 110100

Color Harmonies of #DF302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF302B

Black with #DF302B

Text Example


Text Example

White with #DF302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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