Html Css Color HEX #DA023D Crimson

📋 copy color: '#DA023D'

red 218 ◦ green 2 ◦ blue 61

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

Shades of Crimson #DA023D

Tints of Crimson #DA023D

RGB

 RED value IS 218 (85.55% from 255) = 77.58%

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

 BLUE value IS 61 (24.22% from 255) = 21.71%

R = 77.58%
G = 0.71%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA023D (or 0xDA023D) is known color: Crimson. HEX triplet: DA, 02 and 3D. RGB value is (218,2,61). Sum of RGB (Red+Green+Blue) = 218+2+61=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA023D is #25FDC2. Grayscale: #494949. Windows color (decimal): -2489795 or 3998426. OLE color: 3998426.

HSL color Cylindrical-coordinate representation of color #DA023D: hue angle of 343.61º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA023D is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 2 61 -
CMYK 0 0.99 0.72 0.15
HSL 343.61º 0.98% 0.43% -
HSV(B) 343.61º 0.99% 0.85% -
XYZ 29.78 15.29 5.8 -
YUV 73.31 121.06 231.2 -
System Red Green Blue C M Y K H S L
Decimal 218 2 61 0 0.99 0.72 0.15 343.61 0.98 0.43
Hex DA 2 3D 0 63 48 F 158 62 2B
Octal 332 2 75 0 143 110 17 530 142 53
Binary 11011010 10 111101 0 1100011 1001000 1111 101011000 1100010 101011

Color Harmonies of #DA023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA023D

Black with #DA023D

Text Example


Text Example

White with #DA023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA023D; }

 p { color: rgb(218,2,61); }

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

background-color css

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

 a { background-color: rgb(218,2,61); }

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

border-color css

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

 span { border-color: rgb(218,2,61); }

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