Html Css Color HEX #DF612B Sorbus

📋 copy color: '#DF612B'

red 223 ◦ green 97 ◦ blue 43

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

Shades of Sorbus #DF612B

Tints of Sorbus #DF612B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

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

R = 61.43%
G = 26.72%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF612B (or 0xDF612B) is known color: Sorbus. HEX triplet: DF, 61 and 2B. RGB value is (223,97,43). Sum of RGB (Red+Green+Blue) = 223+97+43=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF612B is #209ED4. Grayscale: #808080. Windows color (decimal): -2137813 or 2843103. OLE color: 2843103.

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

Color convert

RGB 223 97 43 -
CMYK 0 0.57 0.81 0.13
HSL 18º 0.74% 0.52% -
HSV(B) 18º 0.81% 0.87% -
XYZ 35.14 24.41 5.15 -
YUV 128.52 79.74 195.39 -
System Red Green Blue C M Y K H S L
Decimal 223 97 43 0 0.57 0.81 0.13 18 0.74 0.52
Hex DF 61 2B 0 39 51 D 12 4A 34
Octal 337 141 53 0 71 121 15 22 112 64
Binary 11011111 1100001 101011 0 111001 1010001 1101 10010 1001010 110100

Color Harmonies of #DF612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF612B

Black with #DF612B

Text Example


Text Example

White with #DF612B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF612B; }

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

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

background-color css

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

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

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

border-color css

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

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

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