Html Css Color HEX #DF122B Crimson

📋 copy color: '#DF122B'

red 223 ◦ green 18 ◦ blue 43

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

Shades of Crimson #DF122B

Tints of Crimson #DF122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

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

R = 78.52%
G = 6.34%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF122B (or 0xDF122B) is known color: Crimson. HEX triplet: DF, 12 and 2B. RGB value is (223,18,43). Sum of RGB (Red+Green+Blue) = 223+18+43=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF122B is #20EDD4. Grayscale: #525252. Windows color (decimal): -2158037 or 2822879. OLE color: 2822879.

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

Color convert

RGB 223 18 43 -
CMYK 0 0.92 0.81 0.13
HSL 352.68º 0.85% 0.47% -
HSV(B) 352.68º 0.92% 0.87% -
XYZ 31.08 16.3 3.79 -
YUV 82.15 105.92 228.47 -
System Red Green Blue C M Y K H S L
Decimal 223 18 43 0 0.92 0.81 0.13 352.68 0.85 0.47
Hex DF 12 2B 0 5C 51 D 161 55 2F
Octal 337 22 53 0 134 121 15 541 125 57
Binary 11011111 10010 101011 0 1011100 1010001 1101 101100001 1010101 101111

Color Harmonies of #DF122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF122B

Black with #DF122B

Text Example


Text Example

White with #DF122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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