Html Css Color HEX #DF132D Crimson

📋 copy color: '#DF132D'

red 223 ◦ green 19 ◦ blue 45

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

Shades of Crimson #DF132D

Tints of Crimson #DF132D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 77.7%
G = 6.62%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF132D (or 0xDF132D) is known color: Crimson. HEX triplet: DF, 13 and 2D. RGB value is (223,19,45). Sum of RGB (Red+Green+Blue) = 223+19+45=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF132D is #20ECD2. Grayscale: #535353. Windows color (decimal): -2157779 or 2954207. OLE color: 2954207.

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

Color convert

RGB 223 19 45 -
CMYK 0 0.91 0.80 0.13
HSL 352.35º 0.84% 0.47% -
HSV(B) 352.35º 0.91% 0.87% -
XYZ 31.14 16.34 4 -
YUV 82.96 106.59 227.89 -
System Red Green Blue C M Y K H S L
Decimal 223 19 45 0 0.91 0.80 0.13 352.35 0.84 0.47
Hex DF 13 2D 0 5B 50 D 160 54 2F
Octal 337 23 55 0 133 120 15 540 124 57
Binary 11011111 10011 101101 0 1011011 1010000 1101 101100000 1010100 101111

Color Harmonies of #DF132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF132D

Black with #DF132D

Text Example


Text Example

White with #DF132D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF132D; }

 p { color: rgb(223,19,45); }

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

background-color css

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

 a { background-color: rgb(223,19,45); }

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

border-color css

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

 span { border-color: rgb(223,19,45); }

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