Html Css Color HEX #DF144B Crimson

📋 copy color: '#DF144B'

red 223 ◦ green 20 ◦ blue 75

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

Shades of Crimson #DF144B

Tints of Crimson #DF144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.29%

 BLUE value IS 75 (29.69% from 255) = 23.58%

R = 70.13%
G = 6.29%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF144B (or 0xDF144B) is known color: Crimson. HEX triplet: DF, 14 and 4B. RGB value is (223,20,75). Sum of RGB (Red+Green+Blue) = 223+20+75=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF144B is #20EBB4. Grayscale: #565656. Windows color (decimal): -2157493 or 4920543. OLE color: 4920543.

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

Color convert

RGB 223 20 75 -
CMYK 0 0.91 0.66 0.13
HSL 343.74º 0.84% 0.48% -
HSV(B) 343.74º 0.91% 0.87% -
XYZ 31.95 16.7 8.2 -
YUV 86.97 121.25 225.03 -
System Red Green Blue C M Y K H S L
Decimal 223 20 75 0 0.91 0.66 0.13 343.74 0.84 0.48
Hex DF 14 4B 0 5B 42 D 158 54 30
Octal 337 24 113 0 133 102 15 530 124 60
Binary 11011111 10100 1001011 0 1011011 1000010 1101 101011000 1010100 110000

Color Harmonies of #DF144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF144B

Black with #DF144B

Text Example


Text Example

White with #DF144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF144B; }

 p { color: rgb(223,20,75); }

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

background-color css

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

 a { background-color: rgb(223,20,75); }

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

border-color css

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

 span { border-color: rgb(223,20,75); }

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