Html Css Color HEX #CF184F Crimson

📋 copy color: '#CF184F'

red 207 ◦ green 24 ◦ blue 79

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

Shades of Crimson #CF184F

Tints of Crimson #CF184F

RGB

 RED value IS 207 (81.25% from 255) = 66.77%

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

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

R = 66.77%
G = 7.74%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF184F (or 0xCF184F) is known color: Crimson. HEX triplet: CF, 18 and 4F. RGB value is (207,24,79). Sum of RGB (Red+Green+Blue) = 207+24+79=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF184F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF184F is #30E7B0. Grayscale: #545454. Windows color (decimal): -3205041 or 5183695. OLE color: 5183695.

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

Color convert

RGB 207 24 79 -
CMYK 0 0.88 0.62 0.19
HSL 341.97º 0.79% 0.45% -
HSV(B) 341.97º 0.88% 0.81% -
XYZ 27.47 14.48 8.74 -
YUV 84.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 207 24 79 0 0.88 0.62 0.19 341.97 0.79 0.45
Hex CF 18 4F 0 58 3E 13 156 4F 2D
Octal 317 30 117 0 130 76 23 526 117 55
Binary 11001111 11000 1001111 0 1011000 111110 10011 101010110 1001111 101101

Color Harmonies of #CF184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF184F

Black with #CF184F

Text Example


Text Example

White with #CF184F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF184F; }

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

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

background-color css

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

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

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

border-color css

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

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

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