Html Css Color HEX #D5233F Crimson

📋 copy color: '#D5233F'

red 213 ◦ green 35 ◦ blue 63

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

Shades of Crimson #D5233F

Tints of Crimson #D5233F

RGB

 RED value IS 213 (83.59% from 255) = 68.49%

 GREEN value IS 35 (14.06% from 255) = 11.25%

 BLUE value IS 63 (25% from 255) = 20.26%

R = 68.49%
G = 11.25%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5233F (or 0xD5233F) is known color: Crimson. HEX triplet: D5, 23 and 3F. RGB value is (213,35,63). Sum of RGB (Red+Green+Blue) = 213+35+63=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D5233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5233F is #2ADCC0. Grayscale: #5B5B5B. Windows color (decimal): -2809025 or 4137941. OLE color: 4137941.

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

Color convert

RGB 213 35 63 -
CMYK 0 0.84 0.70 0.16
HSL 350.56º 0.72% 0.49% -
HSV(B) 350.56º 0.84% 0.84% -
XYZ 28.94 15.71 6.21 -
YUV 91.41 111.97 214.72 -
System Red Green Blue C M Y K H S L
Decimal 213 35 63 0 0.84 0.70 0.16 350.56 0.72 0.49
Hex D5 23 3F 0 54 46 10 15F 48 31
Octal 325 43 77 0 124 106 20 537 110 61
Binary 11010101 100011 111111 0 1010100 1000110 10000 101011111 1001000 110001

Color Harmonies of #D5233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5233F

Black with #D5233F

Text Example


Text Example

White with #D5233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5233F; }

 p { color: rgb(213,35,63); }

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

background-color css

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

 a { background-color: rgb(213,35,63); }

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

border-color css

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

 span { border-color: rgb(213,35,63); }

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