Html Css Color HEX #D60243 Crimson

📋 copy color: '#D60243'

red 214 ◦ green 2 ◦ blue 67

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

Shades of Crimson #D60243

Tints of Crimson #D60243

RGB

 RED value IS 214 (83.98% from 255) = 75.62%

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 67 (26.56% from 255) = 23.67%

R = 75.62%
G = 0.71%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D60243 (or 0xD60243) is known color: Crimson. HEX triplet: D6, 02 and 43. RGB value is (214,2,67). Sum of RGB (Red+Green+Blue) = 214+2+67=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D60243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60243 is #29FDBC. Grayscale: #484848. Windows color (decimal): -2751933 or 4391638. OLE color: 4391638.

HSL color Cylindrical-coordinate representation of color #D60243: hue angle of 341.6º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60243 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 2 67 -
CMYK 0 0.99 0.69 0.16
HSL 341.6º 0.98% 0.42% -
HSV(B) 341.6º 0.99% 0.84% -
XYZ 28.77 14.74 6.64 -
YUV 72.8 124.74 228.71 -
System Red Green Blue C M Y K H S L
Decimal 214 2 67 0 0.99 0.69 0.16 341.6 0.98 0.42
Hex D6 2 43 0 63 45 10 156 62 2A
Octal 326 2 103 0 143 105 20 526 142 52
Binary 11010110 10 1000011 0 1100011 1000101 10000 101010110 1100010 101010

Color Harmonies of #D60243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60243

Black with #D60243

Text Example


Text Example

White with #D60243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60243; }

 p { color: rgb(214,2,67); }

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

background-color css

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

 a { background-color: rgb(214,2,67); }

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

border-color css

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

 span { border-color: rgb(214,2,67); }

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