Html Css Color HEX #DF102A Crimson

📋 copy color: '#DF102A'

red 223 ◦ green 16 ◦ blue 42

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

Shades of Crimson #DF102A

Tints of Crimson #DF102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 79.36%
G = 5.69%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF102A (or 0xDF102A) is known color: Crimson. HEX triplet: DF, 10 and 2A. RGB value is (223,16,42). Sum of RGB (Red+Green+Blue) = 223+16+42=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF102A is #20EFD5. Grayscale: #505050. Windows color (decimal): -2158550 or 2756831. OLE color: 2756831.

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

Color convert

RGB 223 16 42 -
CMYK 0 0.93 0.81 0.13
HSL 352.46º 0.87% 0.47% -
HSV(B) 352.46º 0.93% 0.87% -
XYZ 31.03 16.23 3.69 -
YUV 80.86 106.08 229.39 -
System Red Green Blue C M Y K H S L
Decimal 223 16 42 0 0.93 0.81 0.13 352.46 0.87 0.47
Hex DF 10 2A 0 5D 51 D 160 57 2F
Octal 337 20 52 0 135 121 15 540 127 57
Binary 11011111 10000 101010 0 1011101 1010001 1101 101100000 1010111 101111

Color Harmonies of #DF102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF102A

Black with #DF102A

Text Example


Text Example

White with #DF102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF102A; }

 p { color: rgb(223,16,42); }

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

background-color css

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

 a { background-color: rgb(223,16,42); }

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

border-color css

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

 span { border-color: rgb(223,16,42); }

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