Html Css Color HEX #DF450A Persimmon

📋 copy color: '#DF450A'

red 223 ◦ green 69 ◦ blue 10

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

Shades of Persimmon #DF450A

Tints of Persimmon #DF450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.85%

 BLUE value IS 10 (4.3% from 255) = 3.31%

R = 73.84%
G = 22.85%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF450A (or 0xDF450A) is known color: Persimmon. HEX triplet: DF, 45 and 0A. RGB value is (223,69,10). Sum of RGB (Red+Green+Blue) = 223+69+10=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF450A is #20BAF5. Grayscale: #6C6C6C. Windows color (decimal): -2145014 or 673247. OLE color: 673247.

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

Color convert

RGB 223 69 10 -
CMYK 0 0.69 0.96 0.13
HSL 16.62º 0.91% 0.46% -
HSV(B) 16.62º 0.96% 0.87% -
XYZ 32.61 19.97 2.42 -
YUV 108.32 72.52 209.8 -
System Red Green Blue C M Y K H S L
Decimal 223 69 10 0 0.69 0.96 0.13 16.62 0.91 0.46
Hex DF 45 A 0 45 60 D 11 5B 2E
Octal 337 105 12 0 105 140 15 21 133 56
Binary 11011111 1000101 1010 0 1000101 1100000 1101 10001 1011011 101110

Color Harmonies of #DF450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF450A

Black with #DF450A

Text Example


Text Example

White with #DF450A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF450A; }

 p { color: rgb(223,69,10); }

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

background-color css

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

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

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

border-color css

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

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

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