Html Css Color HEX #DF0C2D Crimson

📋 copy color: '#DF0C2D'

red 223 ◦ green 12 ◦ blue 45

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

Shades of Crimson #DF0C2D

Tints of Crimson #DF0C2D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.29%

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

R = 79.64%
G = 4.29%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF0C2D (or 0xDF0C2D) is known color: Crimson. HEX triplet: DF, 0C and 2D. RGB value is (223,12,45). Sum of RGB (Red+Green+Blue) = 223+12+45=280 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.64% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0C2D is #20F3D2. Grayscale: #4E4E4E. Windows color (decimal): -2159571 or 2952415. OLE color: 2952415.

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

Color convert

RGB 223 12 45 -
CMYK 0 0.95 0.80 0.13
HSL 350.62º 0.9% 0.46% -
HSV(B) 350.62º 0.95% 0.87% -
XYZ 31.04 16.14 3.96 -
YUV 78.85 108.9 230.82 -
System Red Green Blue C M Y K H S L
Decimal 223 12 45 0 0.95 0.80 0.13 350.62 0.9 0.46
Hex DF C 2D 0 5F 50 D 15F 5A 2E
Octal 337 14 55 0 137 120 15 537 132 56
Binary 11011111 1100 101101 0 1011111 1010000 1101 101011111 1011010 101110

Color Harmonies of #DF0C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0C2D

Black with #DF0C2D

Text Example


Text Example

White with #DF0C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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