Html Css Color HEX #D2133F Crimson

📋 copy color: '#D2133F'

red 210 ◦ green 19 ◦ blue 63

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

Shades of Crimson #D2133F

Tints of Crimson #D2133F

RGB

 RED value IS 210 (82.42% from 255) = 71.92%

 GREEN value IS 19 (7.81% from 255) = 6.51%

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

R = 71.92%
G = 6.51%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2133F (or 0xD2133F) is known color: Crimson. HEX triplet: D2, 13 and 3F. RGB value is (210,19,63). Sum of RGB (Red+Green+Blue) = 210+19+63=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D2133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2133F is #2DECC0. Grayscale: #515151. Windows color (decimal): -3009729 or 4133842. OLE color: 4133842.

HSL color Cylindrical-coordinate representation of color #D2133F: hue angle of 346.18º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2133F is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 19 63 -
CMYK 0 0.91 0.70 0.18
HSL 346.18º 0.83% 0.45% -
HSV(B) 346.18º 0.91% 0.82% -
XYZ 27.71 14.53 6.05 -
YUV 81.13 117.78 219.92 -
System Red Green Blue C M Y K H S L
Decimal 210 19 63 0 0.91 0.70 0.18 346.18 0.83 0.45
Hex D2 13 3F 0 5B 46 12 15A 53 2D
Octal 322 23 77 0 133 106 22 532 123 55
Binary 11010010 10011 111111 0 1011011 1000110 10010 101011010 1010011 101101

Color Harmonies of #D2133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2133F

Black with #D2133F

Text Example


Text Example

White with #D2133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2133F; }

 p { color: rgb(210,19,63); }

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

background-color css

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

 a { background-color: rgb(210,19,63); }

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

border-color css

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

 span { border-color: rgb(210,19,63); }

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