Html Css Color HEX #CD184F Crimson

📋 copy color: '#CD184F'

red 205 ◦ green 24 ◦ blue 79

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

Shades of Crimson #CD184F

Tints of Crimson #CD184F

RGB

 RED value IS 205 (80.47% from 255) = 66.56%

 GREEN value IS 24 (9.77% from 255) = 7.79%

 BLUE value IS 79 (31.25% from 255) = 25.65%

R = 66.56%
G = 7.79%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD184F (or 0xCD184F) is known color: Crimson. HEX triplet: CD, 18 and 4F. RGB value is (205,24,79). Sum of RGB (Red+Green+Blue) = 205+24+79=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD184F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD184F is #32E7B0. Grayscale: #545454. Windows color (decimal): -3336113 or 5183693. OLE color: 5183693.

HSL color Cylindrical-coordinate representation of color #CD184F: hue angle of 341.77º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD184F is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 24 79 -
CMYK 0 0.88 0.61 0.20
HSL 341.77º 0.79% 0.45% -
HSV(B) 341.77º 0.88% 0.8% -
XYZ 26.91 14.2 8.72 -
YUV 84.39 124.97 214.03 -
System Red Green Blue C M Y K H S L
Decimal 205 24 79 0 0.88 0.61 0.20 341.77 0.79 0.45
Hex CD 18 4F 0 58 3D 14 156 4F 2D
Octal 315 30 117 0 130 75 24 526 117 55
Binary 11001101 11000 1001111 0 1011000 111101 10100 101010110 1001111 101101

Color Harmonies of #CD184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD184F

Black with #CD184F

Text Example


Text Example

White with #CD184F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD184F; }

 p { color: rgb(205,24,79); }

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

background-color css

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

 a { background-color: rgb(205,24,79); }

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

border-color css

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

 span { border-color: rgb(205,24,79); }

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