Html Css Color HEX #D61B30 Crimson

📋 copy color: '#D61B30'

red 214 ◦ green 27 ◦ blue 48

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

Shades of Crimson #D61B30

Tints of Crimson #D61B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.34%

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

R = 74.05%
G = 9.34%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D61B30 (or 0xD61B30) is known color: Crimson. HEX triplet: D6, 1B and 30. RGB value is (214,27,48). Sum of RGB (Red+Green+Blue) = 214+27+48=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61B30 is #29E4CF. Grayscale: #555555. Windows color (decimal): -2745552 or 3152854. OLE color: 3152854.

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

Color convert

RGB 214 27 48 -
CMYK 0 0.87 0.78 0.16
HSL 353.26º 0.78% 0.47% -
HSV(B) 353.26º 0.87% 0.84% -
XYZ 28.66 15.29 4.24 -
YUV 85.31 106.95 219.79 -
System Red Green Blue C M Y K H S L
Decimal 214 27 48 0 0.87 0.78 0.16 353.26 0.78 0.47
Hex D6 1B 30 0 57 4E 10 161 4E 2F
Octal 326 33 60 0 127 116 20 541 116 57
Binary 11010110 11011 110000 0 1010111 1001110 10000 101100001 1001110 101111

Color Harmonies of #D61B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B30

Black with #D61B30

Text Example


Text Example

White with #D61B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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