Html Css Color HEX #D61A30 Crimson

📋 copy color: '#D61A30'

red 214 ◦ green 26 ◦ blue 48

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

Shades of Crimson #D61A30

Tints of Crimson #D61A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.03%

 BLUE value IS 48 (19.14% from 255) = 16.67%

R = 74.31%
G = 9.03%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D61A30 (or 0xD61A30) is known color: Crimson. HEX triplet: D6, 1A and 30. RGB value is (214,26,48). Sum of RGB (Red+Green+Blue) = 214+26+48=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61A30 is #29E5CF. Grayscale: #545454. Windows color (decimal): -2745808 or 3152598. OLE color: 3152598.

HSL color Cylindrical-coordinate representation of color #D61A30: hue angle of 352.98º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61A30 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 26 48 -
CMYK 0 0.88 0.78 0.16
HSL 352.98º 0.78% 0.47% -
HSV(B) 352.98º 0.88% 0.84% -
XYZ 28.63 15.25 4.23 -
YUV 84.72 107.28 220.21 -
System Red Green Blue C M Y K H S L
Decimal 214 26 48 0 0.88 0.78 0.16 352.98 0.78 0.47
Hex D6 1A 30 0 58 4E 10 161 4E 2F
Octal 326 32 60 0 130 116 20 541 116 57
Binary 11010110 11010 110000 0 1011000 1001110 10000 101100001 1001110 101111

Color Harmonies of #D61A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A30

Black with #D61A30

Text Example


Text Example

White with #D61A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A30; }

 p { color: rgb(214,26,48); }

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

background-color css

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

 a { background-color: rgb(214,26,48); }

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

border-color css

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

 span { border-color: rgb(214,26,48); }

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