Html Css Color HEX #DD4303 Persimmon

📋 copy color: '#DD4303'

red 221 ◦ green 67 ◦ blue 3

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

Shades of Persimmon #DD4303

Tints of Persimmon #DD4303

RGB

 RED value IS 221 (86.72% from 255) = 75.95%

 GREEN value IS 67 (26.56% from 255) = 23.02%

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 75.95%
G = 23.02%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD4303 (or 0xDD4303) is known color: Persimmon. HEX triplet: DD, 43 and 03. RGB value is (221,67,3). Sum of RGB (Red+Green+Blue) = 221+67+3=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4303 is #22BCFC. Grayscale: #6A6A6A. Windows color (decimal): -2276605 or 213981. OLE color: 213981.

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

Color convert

RGB 221 67 3 -
CMYK 0 0.70 0.99 0.13
HSL 17.61º 0.97% 0.44% -
HSV(B) 17.61º 0.99% 0.87% -
XYZ 31.84 19.39 2.15 -
YUV 105.75 70.02 210.2 -
System Red Green Blue C M Y K H S L
Decimal 221 67 3 0 0.70 0.99 0.13 17.61 0.97 0.44
Hex DD 43 3 0 46 63 D 12 61 2C
Octal 335 103 3 0 106 143 15 22 141 54
Binary 11011101 1000011 11 0 1000110 1100011 1101 10010 1100001 101100

Color Harmonies of #DD4303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4303

Black with #DD4303

Text Example


Text Example

White with #DD4303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4303; }

 p { color: rgb(221,67,3); }

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

background-color css

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

 a { background-color: rgb(221,67,3); }

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

border-color css

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

 span { border-color: rgb(221,67,3); }

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